Compartir a través de


ScriptWriterException Constructor (String)

Initializes a new instance of the ScriptWriterException class, specifying the exception message.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String 

Dim instance As New ScriptWriterException(message)
public ScriptWriterException(
    string message
)
public:
ScriptWriterException(
    String^ message
)
new : 
        message:string -> ScriptWriterException
public function ScriptWriterException(
    message : String
)

Parámetros

  • message
    Tipo: System.String
    A String which contains the message to associate with the exception.

Vea también

Referencia

ScriptWriterException Clase

Sobrecarga de ScriptWriterException

Espacio de nombres Microsoft.SqlServer.Management.Smo