Condividi tramite


Costruttore ScriptWriterException (String)

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String _
)
'Utilizzo
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
)

Parametri

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

Vedere anche

Riferimento

ScriptWriterException Classe

Overload ScriptWriterException

Spazio dei nomi Microsoft.SqlServer.Management.Smo