C# Class Goedel.Cryptography.KeyFile.UnexpectedEnd

An attempt to read a file failed because data was missing or corrupted.
Inheritance: KeyFileException
Show file Open project: hallambaker/Mathematical-Mesh

Public Properties

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

Public Methods

Method Description
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.

Private Methods

Method Description
_Throw ( object Reason ) : Exception

Method Details

UnexpectedEnd() public method

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

UnexpectedEnd() public method

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

UnexpectedEnd() public method

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