C# Class Goedel.Cryptography.KeyFile.KeyFileException

Inheritance: global::System.Exception
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Свойство Type Description
Throw global::Goedel.Utilities.ThrowDelegate
UserData object

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
_Throw ( object Reason ) : Exception

Method Details

KeyFileException() public méthode

Create an instance of the exception.
public KeyFileException ( ) : System
Résultat System

KeyFileException() public méthode

Create an instance of the exception.
public KeyFileException ( string Description ) : System
Description string Description of the error
Résultat System

KeyFileException() public méthode

Create an instance of the exception.
public KeyFileException ( string Description, System Inner ) : System
Description string Description of the error
Inner System Inner Exception
Résultat System

Property Details

Throw public_oe static_oe property

The public fatory delegate
public static global::Goedel.Utilities.ThrowDelegate Throw
Résultat global::Goedel.Utilities.ThrowDelegate

UserData public_oe property

public object UserData
Résultat object