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

An attempt to read a file failed because data was missing or corrupted.
Наследование: KeyFileException
Показать файл Открыть проект

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

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

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

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

Create an instance of the exception.

UnexpectedEnd ( string Description ) : System

Create an instance of the exception.

UnexpectedEnd ( string Description, System Inner ) : System

Create an instance of the exception.

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

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

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

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

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

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

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

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

Create an instance of the exception.
public UnexpectedEnd ( 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