ScriptWriterException 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 |
|---|---|
| ScriptWriterException() |
Constructor para T:Microsoft. SqlServer.Management.Smo.ScriptWriterException. |
| ScriptWriterException(String) |
Constructor para T:Microsoft. SqlServer.Management.Smo.ScriptWriterException. |
| ScriptWriterException(String, Exception) |
Constructor para T:Microsoft. SqlServer.Management.Smo.ScriptWriterException. |
ScriptWriterException()
Constructor para T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.
public ScriptWriterException();
Public Sub New ()
Se aplica a
ScriptWriterException(String)
Constructor para T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.
public ScriptWriterException(string message);
new Microsoft.SqlServer.Management.Smo.ScriptWriterException : string -> Microsoft.SqlServer.Management.Smo.ScriptWriterException
Public Sub New (message As String)
Parámetros
- message
- String
Mensaje de la excepción.
Se aplica a
ScriptWriterException(String, Exception)
Constructor para T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.
public ScriptWriterException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.ScriptWriterException : string * Exception -> Microsoft.SqlServer.Management.Smo.ScriptWriterException
Public Sub New (message As String, innerException As Exception)
Parámetros
- message
- String
Mensaje de la excepción.
- innerException
- Exception
Instancia de T:System.Exception que provocó la excepción actual.