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

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

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

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

Initializes a new instance of the ParserException class.

ParserException ( string message ) : System

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

ParserException ( string message, Exception inner ) : System

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

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

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

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

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

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

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

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

Initializes a new instance of the ParserException class with serialized data.
protected ParserException ( 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

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

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

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

Initializes a new instance of the ParserException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ParserException ( 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