C# Класс Goedel.Cryptography.KeyFile.ParseError

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

Открытые свойства

Свойство Тип Описание
Throw global::Goedel.Utilities.ThrowDelegate

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

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

Create an instance of the exception.

ParseError ( LexReader Object ) : System

Create an instance of the exception.

ParseError ( LexReader Object, System Inner ) : System

Create an instance of the exception.

ParseError ( string Description ) : System

Create an instance of the exception.

ParseError ( string Description, System Inner ) : System

Create an instance of the exception.

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

Метод Описание
_Throw ( object Reason ) : Exception

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

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

Create an instance of the exception.
public ParseError ( ) : System
Результат System

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

Create an instance of the exception.
public ParseError ( LexReader Object ) : System
Object LexReader User data
Результат System

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

Create an instance of the exception.
public ParseError ( LexReader Object, System Inner ) : System
Object LexReader User data
Inner System Inner Exception
Результат System

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

Create an instance of the exception.
public ParseError ( string Description ) : System
Description string Description of the error
Результат System

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

Create an instance of the exception.
public ParseError ( string Description, System Inner ) : System
Description string Description of the error
Inner System Inner Exception
Результат System

Описание свойств

Throw публичное статическое свойство

The public fatory delegate
public static global::Goedel.Utilities.ThrowDelegate Throw
Результат global::Goedel.Utilities.ThrowDelegate