C# Класс BudgetAnalyser.Engine.Statement.TransactionsAlreadyImportedException

An exception to report that an attempt was made to import the same exact bank export twice.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
TransactionsAlreadyImportedException ( ) : System

Initializes a new instance of the TransactionsAlreadyImportedException class.

TransactionsAlreadyImportedException ( string message ) : System

Initializes a new instance of the TransactionsAlreadyImportedException class.

Приватные методы

Метод Описание
TransactionsAlreadyImportedException ( string message, Exception innerException ) : System

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

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

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

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

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