SfcInvalidConnectionContextModeChangeException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SfcInvalidConnectionContextModeChangeException()
public SfcInvalidConnectionContextModeChangeException();
Public Sub New ()
Aplica-se 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)
Parâmetros
- fromMode
- String
- toMode
- String
Aplica-se 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)
Parâmetros
- fromMode
- String
- toMode
- String
- innerException
- Exception