C# Class Goedel.KeyNotFoundException

The required cryptographic key cannot be found.
Inheritance: System.Exception
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode Description
If ( bool Test ) : void

Throw the exception if the condition is true

IfNot ( bool Test ) : void

Throw the exception if the condition is false

Method Details

If() public static méthode

Throw the exception if the condition is true
public static If ( bool Test ) : void
Test bool Condition to test.
Résultat void

IfNot() public static méthode

Throw the exception if the condition is false
public static IfNot ( bool Test ) : void
Test bool Condition to test.
Résultat void