C# Class BudgetAnalyser.Engine.Statement.TransactionsAlreadyImportedException

An exception to report that an attempt was made to import the same exact bank export twice.
Inheritance: System.Exception
显示文件 Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
TransactionsAlreadyImportedException ( ) : System

Initializes a new instance of the TransactionsAlreadyImportedException class.

TransactionsAlreadyImportedException ( string message ) : System

Initializes a new instance of the TransactionsAlreadyImportedException class.

Private Methods

Method Description
TransactionsAlreadyImportedException ( string message, Exception innerException ) : System

Method Details

TransactionsAlreadyImportedException() public method

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

TransactionsAlreadyImportedException() public method

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