SfcInvalidConnectionContextModeChangeException Constructors

Definition

Overloads

SfcInvalidConnectionContextModeChangeException()
SfcInvalidConnectionContextModeChangeException(String, String)
SfcInvalidConnectionContextModeChangeException(String, String, Exception)

SfcInvalidConnectionContextModeChangeException()

public SfcInvalidConnectionContextModeChangeException ();
Public Sub New ()

Applies to

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)

Parameters

fromMode
String
toMode
String

Applies to

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)

Parameters

fromMode
String
toMode
String
innerException
Exception

Applies to