C# Class Goedel.Cryptography.KeyFile.ParseError

Inheritance: KeyFileException
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

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

Méthodes publiques

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

Méthode Description
_Throw ( object Reason ) : Exception

Method Details

ParseError() public méthode

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

ParseError() public méthode

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

ParseError() public méthode

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

ParseError() public méthode

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

ParseError() public méthode

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