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