Partilhar via


Construtor ScriptWriterException (String)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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.

Consulte também

Referência

ScriptWriterException Classe

Sobrecarregado ScriptWriterException

Namespace Microsoft.SqlServer.Management.Smo