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

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

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

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

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

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

Create an instance of the exception.

KeyFileException ( string Description ) : System

Create an instance of the exception.

KeyFileException ( string Description, System Inner ) : System

Create an instance of the exception.

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

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

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

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

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

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

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

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

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

UserData публичное свойство

public object UserData
Результат object