C# 클래스 BudgetAnalyser.Engine.Ledger.CorruptedLedgerBookException

상속: System.Exception
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
CorruptedLedgerBookException ( string message ) : System

Initializes a new instance of the CorruptedLedgerBookException class.

CorruptedLedgerBookException ( string message, Exception innerException ) : System

Initializes a new instance of the CorruptedLedgerBookException class.

비공개 메소드들

메소드 설명
CorruptedLedgerBookException ( ) : System

메소드 상세

CorruptedLedgerBookException() 공개 메소드

Initializes a new instance of the CorruptedLedgerBookException class.
public CorruptedLedgerBookException ( string message ) : System
message string The message.
리턴 System

CorruptedLedgerBookException() 공개 메소드

Initializes a new instance of the CorruptedLedgerBookException class.
public CorruptedLedgerBookException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
리턴 System