C# Класс Goedel.KeyNotFoundException

The required cryptographic key cannot be found.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
If ( bool Test ) : void

Throw the exception if the condition is true

IfNot ( bool Test ) : void

Throw the exception if the condition is false

Описание методов

If() публичный статический Метод

Throw the exception if the condition is true
public static If ( bool Test ) : void
Test bool Condition to test.
Результат void

IfNot() публичный статический Метод

Throw the exception if the condition is false
public static IfNot ( bool Test ) : void
Test bool Condition to test.
Результат void