言語

SfcInvalidConnectionContextModeChangeException コンストラクター

定義

オーバーロード

SfcInvalidConnectionContextModeChangeException()

public SfcInvalidConnectionContextModeChangeException();
Public Sub New ()

適用対象

SfcInvalidConnectionContextModeChangeException(String, String)

public SfcInvalidConnectionContextModeChangeException(string fromMode, string toMode);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidConnectionContextModeChangeException : string * string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidConnectionContextModeChangeException
Public Sub New (fromMode As String, toMode As String)

パラメーター

fromMode
String
toMode
String

適用対象

SfcInvalidConnectionContextModeChangeException(String, String, Exception)

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

パラメーター

fromMode
String
toMode
String
innerException
Exception

適用対象