C# Класс 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.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

DataFormatException() публичный Метод

Initializes a new instance of the DataFormatException class.
public DataFormatException ( ) : System
Результат System

DataFormatException() публичный Метод

Initializes a new instance of the DataFormatException class.
public DataFormatException ( string message ) : System
message string The message.
Результат System

DataFormatException() публичный Метод

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.
Результат System