Lingua

SfcInvalidConnectionContextModeChangeException Costruttori

Definizione

Overload

SfcInvalidConnectionContextModeChangeException()

public SfcInvalidConnectionContextModeChangeException();
Public Sub New ()

Si applica a

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)

Parametri

fromMode
String
toMode
String

Si applica a

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)

Parametri

fromMode
String
toMode
String
innerException
Exception

Si applica a