SfcDesignModeException 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
| Nombre | Description |
|---|---|
| SfcDesignModeException() |
Constructor |
| SfcDesignModeException(String) |
Constructor base |
| SfcDesignModeException(String, Exception) |
Constructor base |
SfcDesignModeException()
Constructor
public SfcDesignModeException();
Public Sub New ()
Se aplica a
SfcDesignModeException(String)
Constructor base
public SfcDesignModeException(string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcDesignModeException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcDesignModeException
Public Sub New (message As String)
Parámetros
- message
- String
Se aplica a
SfcDesignModeException(String, Exception)
Constructor base
public SfcDesignModeException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcDesignModeException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcDesignModeException
Public Sub New (message As String, innerException As Exception)
Parámetros
- message
- String
- innerException
- Exception