C# Class Goedel.Cryptography.KeyFile.NoProviderSpecified

The specified key did not have a valid cryptographic provider. This may be because the key algorithm is not supported or the key parameters were found to be invalid.
Inheritance: KeyFileException
Show file Open project: hallambaker/Mathematical-Mesh

Public Properties

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

Public Methods

Method Description
NoProviderSpecified ( ) : System

Create an instance of the exception.

NoProviderSpecified ( string Description ) : System

Create an instance of the exception.

NoProviderSpecified ( string Description, System Inner ) : System

Create an instance of the exception.

Private Methods

Method Description
_Throw ( object Reason ) : Exception

Method Details

NoProviderSpecified() public method

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

NoProviderSpecified() public method

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

NoProviderSpecified() public method

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