C# Class Goedel.Cryptography.KeyFile.KeyFileException

Inheritance: global::System.Exception
Show file Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
Throw global::Goedel.Utilities.ThrowDelegate
UserData object

Public Methods

Method 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

Method Description
_Throw ( object Reason ) : Exception

Method Details

KeyFileException() public method

Create an instance of the exception.
public KeyFileException ( ) : System
return System

KeyFileException() public method

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

KeyFileException() public method

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

Property Details

Throw public static property

The public fatory delegate
public static global::Goedel.Utilities.ThrowDelegate Throw
return global::Goedel.Utilities.ThrowDelegate

UserData public property

public object UserData
return object