Langue

SfcInvalidConnectionContextModeChangeException Constructeurs

Définition

Surcharges

SfcInvalidConnectionContextModeChangeException()

public SfcInvalidConnectionContextModeChangeException();
Public Sub New ()

S’applique à

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)

Paramètres

fromMode
String
toMode
String

S’applique à

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)

Paramètres

fromMode
String
toMode
String
innerException
Exception

S’applique à