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

상속: KeyFileException
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 프로퍼티들

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

공개 메소드들

메소드 설명
ParseError ( ) : System

Create an instance of the exception.

ParseError ( LexReader Object ) : System

Create an instance of the exception.

ParseError ( LexReader Object, System Inner ) : System

Create an instance of the exception.

ParseError ( string Description ) : System

Create an instance of the exception.

ParseError ( string Description, System Inner ) : System

Create an instance of the exception.

비공개 메소드들

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

메소드 상세

ParseError() 공개 메소드

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

ParseError() 공개 메소드

Create an instance of the exception.
public ParseError ( LexReader Object ) : System
Object LexReader User data
리턴 System

ParseError() 공개 메소드

Create an instance of the exception.
public ParseError ( LexReader Object, System Inner ) : System
Object LexReader User data
Inner System Inner Exception
리턴 System

ParseError() 공개 메소드

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

ParseError() 공개 메소드

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