SfcUnsupportedVersionException コンストラクター

定義

オーバーロード

名前 説明
SfcUnsupportedVersionException()

コンストラクター

SfcUnsupportedVersionException(String)

基本コンストラクター

SfcUnsupportedVersionException(String, Exception)

基本コンストラクター

SfcUnsupportedVersionException()

コンストラクター

public SfcUnsupportedVersionException();
Public Sub New ()

適用対象

SfcUnsupportedVersionException(String)

基本コンストラクター

public SfcUnsupportedVersionException(string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnsupportedVersionException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnsupportedVersionException
Public Sub New (message As String)

パラメーター

message
String

適用対象

SfcUnsupportedVersionException(String, Exception)

基本コンストラクター

public SfcUnsupportedVersionException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnsupportedVersionException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnsupportedVersionException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String
innerException
Exception

適用対象