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
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
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