C# Class BudgetAnalyser.Engine.Ledger.CorruptedLedgerBookException

Inheritance: System.Exception
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
CorruptedLedgerBookException ( ) : System

Method Details

CorruptedLedgerBookException() public méthode

Initializes a new instance of the CorruptedLedgerBookException class.
public CorruptedLedgerBookException ( string message ) : System
message string The message.
Résultat System

CorruptedLedgerBookException() public méthode

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.
Résultat System