C# Class BudgetAnalyser.Engine.DataFormatException

The data format has been determined invalid while trying to parse it into the object model. The underlying problem could be a serialisation issue or corrupt data.
Inheritance: System.Exception
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode Description
DataFormatException ( ) : System

Initializes a new instance of the DataFormatException class.

DataFormatException ( string message ) : System

Initializes a new instance of the DataFormatException class.

DataFormatException ( string message, Exception innerException ) : System

Initializes a new instance of the DataFormatException class.

Method Details

DataFormatException() public méthode

Initializes a new instance of the DataFormatException class.
public DataFormatException ( ) : System
Résultat System

DataFormatException() public méthode

Initializes a new instance of the DataFormatException class.
public DataFormatException ( string message ) : System
message string The message.
Résultat System

DataFormatException() public méthode

Initializes a new instance of the DataFormatException class.
public DataFormatException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Résultat System