ScriptWriterException Конструкторы

Определение

Перегрузки

Имя Описание
ScriptWriterException()

Конструктор для T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException(String)

Конструктор для T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException(String, Exception)

Конструктор для T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException()

Конструктор для T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

public ScriptWriterException();
Public Sub New ()

Применяется к

ScriptWriterException(String)

Конструктор для 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)

Параметры

message
String

Сообщение об исключении.

Применяется к

ScriptWriterException(String, Exception)

Конструктор для 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)

Параметры

message
String

Сообщение об исключении.

innerException
Exception

Экземпляр T:System.Exception, вызвавшего текущее исключение.

Применяется к