ScriptWriterException Constructors

Definition

Overloads

ScriptWriterException()

Constructor for the T:Microsoft.SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException(String)

Constructor for the T:Microsoft.SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException(String, Exception)

Constructor for the T:Microsoft.SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException()

Constructor for the T:Microsoft.SqlServer.Management.Smo.ScriptWriterException.

public ScriptWriterException ();
Public Sub New ()

Applies to

ScriptWriterException(String)

Constructor for the 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)

Parameters

message
String

The message of the exception.

Applies to

ScriptWriterException(String, Exception)

Constructor for the 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)

Parameters

message
String

The message of the exception.

innerException
Exception

The T:System.Exception instance that caused the current exception.

Applies to