C# Класс xFunc.Maths.LexerException

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

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

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

Initializes a new instance of the LexerException class.

LexerException ( string message ) : System

Initializes a new instance of the LexerException class with a specified error message.

LexerException ( string message, Exception inner ) : System

Initializes a new instance of the LexerException class with a specified error message and a reference to the inner exception that is the cause of this exception.

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

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

Initializes a new instance of the LexerException class with serialized data.

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

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

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

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

Initializes a new instance of the LexerException class with serialized data.
protected LexerException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
Результат System

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

Initializes a new instance of the LexerException class with a specified error message.
public LexerException ( string message ) : System
message string A that describes the error.
Результат System

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

Initializes a new instance of the LexerException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public LexerException ( string message, Exception inner ) : System
message string A that describes the error.
inner System.Exception The exception that is the cause of the current exception.
Результат System