C# 클래스 Goedel.KeyNotFoundException

The required cryptographic key cannot be found.
상속: System.Exception
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 메소드들

메소드 설명
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