Share via


SfcUnsupportedVersionSerializationException コンストラクター (String, Exception)

指定したエラー メッセージとこの例外の原因となった内部例外への参照を使用して、SfcUnsupportedVersionSerializationException クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'使用
Dim message As String 
Dim innerException As Exception 

Dim instance As New SfcUnsupportedVersionSerializationException(message, _
    innerException)
public SfcUnsupportedVersionSerializationException(
    string message,
    Exception innerException
)
public:
SfcUnsupportedVersionSerializationException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> SfcUnsupportedVersionSerializationException
public function SfcUnsupportedVersionSerializationException(
    message : String, 
    innerException : Exception
)

パラメーター

  • message
    型: System.String
    エラーを説明するメッセージです。
  • innerException
    型: System.Exception
    現在の例外の原因になった例外です。

関連項目

参照

SfcUnsupportedVersionSerializationException クラス

SfcUnsupportedVersionSerializationException オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間