SfcInvalidConnectionContextModeChangeException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
SfcInvalidConnectionContextModeChangeException()
public SfcInvalidConnectionContextModeChangeException();
Public Sub New ()
Si applica 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)
Parametri
- fromMode
- String
- toMode
- String
Si applica 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)
Parametri
- fromMode
- String
- toMode
- String
- innerException
- Exception