C# 클래스 Goedel.Cryptography.KeyFile.PrivateKeyNotAvailable

An attempt was made to perform a private key operation and the private key parameters could not be found.
상속: KeyFileException
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 프로퍼티들

프로퍼티 타입 설명
Throw global::Goedel.Utilities.ThrowDelegate

공개 메소드들

메소드 설명
PrivateKeyNotAvailable ( ) : System

Create an instance of the exception.

PrivateKeyNotAvailable ( string Description ) : System

Create an instance of the exception.

PrivateKeyNotAvailable ( string Description, System Inner ) : System

Create an instance of the exception.

비공개 메소드들

메소드 설명
_Throw ( object Reason ) : Exception

메소드 상세

PrivateKeyNotAvailable() 공개 메소드

Create an instance of the exception.
public PrivateKeyNotAvailable ( ) : System
리턴 System

PrivateKeyNotAvailable() 공개 메소드

Create an instance of the exception.
public PrivateKeyNotAvailable ( string Description ) : System
Description string Description of the error
리턴 System

PrivateKeyNotAvailable() 공개 메소드

Create an instance of the exception.
public PrivateKeyNotAvailable ( string Description, System Inner ) : System
Description string Description of the error
Inner System Inner Exception
리턴 System

프로퍼티 상세

Throw 공개적으로 정적으로 프로퍼티

The public fatory delegate
public static global::Goedel.Utilities.ThrowDelegate Throw
리턴 global::Goedel.Utilities.ThrowDelegate