C# Класс Crabwise.CommandWrap.SyntaxException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
SyntaxException ( ) : System

Initializes a new instance of the SyntaxException class.

SyntaxException ( string message ) : System

Initializes a new instance of the SyntaxException class.

SyntaxException ( string message, Exception inner ) : System

Initializes a new instance of the SyntaxException class.

SyntaxException ( string message, Exception inner, SyntaxAttribute syntaxAttribute ) : System

Initializes a new instance of the SyntaxException class.

Защищенные методы

Метод Описание
SyntaxException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the SyntaxException class.

Описание методов

SyntaxException() публичный Метод

Initializes a new instance of the SyntaxException class.
public SyntaxException ( ) : System
Результат System

SyntaxException() защищенный Метод

Initializes a new instance of the SyntaxException class.
protected SyntaxException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The given serialized info.
context System.Runtime.Serialization.StreamingContext Information about the stream and sender.
Результат System

SyntaxException() публичный Метод

Initializes a new instance of the SyntaxException class.
public SyntaxException ( string message ) : System
message string The message of the exception.
Результат System

SyntaxException() публичный Метод

Initializes a new instance of the SyntaxException class.
public SyntaxException ( string message, Exception inner ) : System
message string The message of the exception.
inner System.Exception The inner exception.
Результат System

SyntaxException() публичный Метод

Initializes a new instance of the SyntaxException class.
public SyntaxException ( string message, Exception inner, SyntaxAttribute syntaxAttribute ) : System
message string The message of the exception.
inner System.Exception The inner exception.
syntaxAttribute SyntaxAttribute The object associated with this exception.
Результат System