C# Class Goedel.KeyNotFoundException

The required cryptographic key cannot be found.
Inheritance: System.Exception
Exibir arquivo Open project: hallambaker/Mathematical-Mesh

Public Methods

Method 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 method

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

IfNot() public static method

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