C# 클래스 BudgetAnalyser.Engine.Statement.StatementModelChecksumException

An exception to represent an inconsistency in the StatementModel loaded. The check sum does not match the data.
상속: System.Exception
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
StatementModelChecksumException ( ) : System

Initializes a new instance of the StatementModelChecksumException class.

StatementModelChecksumException ( string checksum ) : System

Initializes a new instance of the StatementModelChecksumException class.

StatementModelChecksumException ( string checksum, string message ) : System

Initializes a new instance of the StatementModelChecksumException class.

StatementModelChecksumException ( string checksum, string message, Exception innerException ) : System

Initializes a new instance of the StatementModelChecksumException class.

비공개 메소드들

메소드 설명
StatementModelChecksumException ( string message, Exception innerException ) : System

메소드 상세

StatementModelChecksumException() 공개 메소드

Initializes a new instance of the StatementModelChecksumException class.
public StatementModelChecksumException ( ) : System
리턴 System

StatementModelChecksumException() 공개 메소드

Initializes a new instance of the StatementModelChecksumException class.
public StatementModelChecksumException ( string checksum ) : System
checksum string The actual checksum of the file.
리턴 System

StatementModelChecksumException() 공개 메소드

Initializes a new instance of the StatementModelChecksumException class.
public StatementModelChecksumException ( string checksum, string message ) : System
checksum string The actual checksum of the file.
message string The message.
리턴 System

StatementModelChecksumException() 공개 메소드

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