C# Класс Crisis.CommandLine.ParseException

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

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

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

Initializes a new instance of the ParseException class.

ParseException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ParseException class.

ParseException ( string message ) : System

Initializes a new instance of the ParseException class.

ParseException ( string message, Exception innerException ) : System

Initializes a new instance of the ParseException class.

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

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

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

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

Initializes a new instance of the ParseException class.
The class name is null or is zero (0). The info parameter is null.
protected ParseException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
Результат System

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

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

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

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