C# 클래스 BudgetAnalyser.Engine.Persistence.BadApplicationStateFileFormatException

An exception used when a bad Application State file is read that is not compatible with this application. Might indicate tampering, or an old now unsupported file version.
상속: System.IO.IOException
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
BadApplicationStateFileFormatException ( ) : System

Initializes a new instance of the BadApplicationStateFileFormatException class.

BadApplicationStateFileFormatException ( string message ) : System

Initializes a new instance of the BadApplicationStateFileFormatException class.

BadApplicationStateFileFormatException ( string message, Exception innerException ) : System

Initializes a new instance of the BadApplicationStateFileFormatException class.

메소드 상세

BadApplicationStateFileFormatException() 공개 메소드

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

BadApplicationStateFileFormatException() 공개 메소드

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

BadApplicationStateFileFormatException() 공개 메소드

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