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

Определение

Перегрузки

DirectiveProcessorException()

Конструктор.

DirectiveProcessorException(String)

Конструктор.

DirectiveProcessorException(SerializationInfo, StreamingContext)

Конструктор сериализации.

DirectiveProcessorException(String, Exception)

Конструктор.

DirectiveProcessorException()

Конструктор.

public:
 DirectiveProcessorException();
public:
 DirectiveProcessorException();
 DirectiveProcessorException();
public DirectiveProcessorException ();
Public Sub New ()

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

DirectiveProcessorException(String)

Конструктор.

public:
 DirectiveProcessorException(System::String ^ message);
public:
 DirectiveProcessorException(Platform::String ^ message);
 DirectiveProcessorException(std::wstring const & message);
public DirectiveProcessorException (string message);
new Microsoft.VisualStudio.TextTemplating.DirectiveProcessorException : string -> Microsoft.VisualStudio.TextTemplating.DirectiveProcessorException
Public Sub New (message As String)

Параметры

message
String

Текст сообщения об исключении.

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

DirectiveProcessorException(SerializationInfo, StreamingContext)

Конструктор сериализации.

protected:
 DirectiveProcessorException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DirectiveProcessorException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TextTemplating.DirectiveProcessorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TextTemplating.DirectiveProcessorException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Параметры

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

DirectiveProcessorException(String, Exception)

Конструктор.

public:
 DirectiveProcessorException(System::String ^ message, Exception ^ inner);
public DirectiveProcessorException (string message, Exception inner);
new Microsoft.VisualStudio.TextTemplating.DirectiveProcessorException : string * Exception -> Microsoft.VisualStudio.TextTemplating.DirectiveProcessorException
Public Sub New (message As String, inner As Exception)

Параметры

message
String

Текст сообщения об исключении.

inner
Exception

Внутреннее исключение.

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