C# Класс ExpressiveAnnotations.Analysis.ParseErrorException

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

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

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

Initializes a new instance of the ParseErrorException class.

ParseErrorException ( string message ) : System

Initializes a new instance of the ParseErrorException class.

ParseErrorException ( string message, Exception innerException ) : System

Initializes a new instance of the ParseErrorException class.

ParseErrorException ( string error, string expression, Location location ) : System

Initializes a new instance of the ParseErrorException class.

ParseErrorException ( string error, string expression, Location location, Exception innerException ) : System

Initializes a new instance of the ParseErrorException class.

Приватные методы

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ParseErrorException class.
public ParseErrorException ( string error, string expression, Location location ) : System
error string The error message.
expression string The expression.
location Location The error location.
Результат System

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

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