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

An attempt to read a file failed because data was missing or corrupted.
상속: KeyFileException
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 프로퍼티들

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

공개 메소드들

메소드 설명
UnexpectedEnd ( ) : System

Create an instance of the exception.

UnexpectedEnd ( string Description ) : System

Create an instance of the exception.

UnexpectedEnd ( string Description, System Inner ) : System

Create an instance of the exception.

비공개 메소드들

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

메소드 상세

UnexpectedEnd() 공개 메소드

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

UnexpectedEnd() 공개 메소드

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

UnexpectedEnd() 공개 메소드

Create an instance of the exception.
public UnexpectedEnd ( 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