SfcInvalidConnectionContextModeChangeException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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