C# Class Goedel.Cryptography.KeyFile.PrivateKeyNotAvailable

An attempt was made to perform a private key operation and the private key parameters could not be found.
Inheritance: KeyFileException
显示文件 Open project: hallambaker/Mathematical-Mesh

Public Properties

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

Public Methods

Method Description
PrivateKeyNotAvailable ( ) : System

Create an instance of the exception.

PrivateKeyNotAvailable ( string Description ) : System

Create an instance of the exception.

PrivateKeyNotAvailable ( string Description, System Inner ) : System

Create an instance of the exception.

Private Methods

Method Description
_Throw ( object Reason ) : Exception

Method Details

PrivateKeyNotAvailable() public method

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

PrivateKeyNotAvailable() public method

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

PrivateKeyNotAvailable() public method

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