C# Класс BudgetAnalyser.Engine.Ledger.CorruptedLedgerBookException

Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
CorruptedLedgerBookException ( string message ) : System

Initializes a new instance of the CorruptedLedgerBookException class.

CorruptedLedgerBookException ( string message, Exception innerException ) : System

Initializes a new instance of the CorruptedLedgerBookException class.

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

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

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

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

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

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

Initializes a new instance of the CorruptedLedgerBookException class.
public CorruptedLedgerBookException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Результат System