C# Class Goedel.Cryptography.KeyFile.ParseError

Inheritance: KeyFileException
显示文件 Open project: hallambaker/Mathematical-Mesh

Public Properties

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

Public Methods

Method Description
ParseError ( ) : System

Create an instance of the exception.

ParseError ( LexReader Object ) : System

Create an instance of the exception.

ParseError ( LexReader Object, System Inner ) : System

Create an instance of the exception.

ParseError ( string Description ) : System

Create an instance of the exception.

ParseError ( string Description, System Inner ) : System

Create an instance of the exception.

Private Methods

Method Description
_Throw ( object Reason ) : Exception

Method Details

ParseError() public method

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

ParseError() public method

Create an instance of the exception.
public ParseError ( LexReader Object ) : System
Object LexReader User data
return System

ParseError() public method

Create an instance of the exception.
public ParseError ( LexReader Object, System Inner ) : System
Object LexReader User data
Inner System Inner Exception
return System

ParseError() public method

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

ParseError() public method

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

Property Details

Throw public_oe static_oe property

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