SfcInvalidConnectionContextModeChangeException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SfcInvalidConnectionContextModeChangeException()
public SfcInvalidConnectionContextModeChangeException();
Public Sub New ()
Se aplica 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
Se aplica 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