C# Class 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.
Inheritance: System.IO.IOException
Mostra file Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
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.

Method Details

BadApplicationStateFileFormatException() public method

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

BadApplicationStateFileFormatException() public method

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

BadApplicationStateFileFormatException() public method

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.
return System