OpenPetra
Free Administration Software for Non-Profits
Ict.Common.Exceptions.EFinanceSystemInvalidLedgerNumberException Class Reference

Thrown if a Ledger number is invalid. More...

Inheritance diagram for Ict.Common.Exceptions.EFinanceSystemInvalidLedgerNumberException:
Ict.Common.Exceptions.EFinanceSystemUnexpectedStateException Ict.Common.Exceptions.EOPException

Public Member Functions

 EFinanceSystemInvalidLedgerNumberException ()
 Initializes a new instance of this Exception Class. More...
 
 EFinanceSystemInvalidLedgerNumberException (String AMessage)
 Initializes a new instance of this Exception Class with a specified error message. More...
 
 EFinanceSystemInvalidLedgerNumberException (string AMessage, Exception AInnerException)
 Initializes a new instance of this Exception Class with a specified error message and a reference to the inner Exception that is the cause of this Exception. More...
 
 EFinanceSystemInvalidLedgerNumberException (String AMessage, int ALedgerNumber)
 Initializes a new instance of this Exception Class with a specified error message and ledger number. More...
 

Properties

int LedgerNumber [get, set]
 Ledger number More...
 

Detailed Description

Thrown if a Ledger number is invalid.

Constructor & Destructor Documentation

◆ EFinanceSystemInvalidLedgerNumberException() [1/4]

Ict.Common.Exceptions.EFinanceSystemInvalidLedgerNumberException.EFinanceSystemInvalidLedgerNumberException ( )
inline

Initializes a new instance of this Exception Class.

◆ EFinanceSystemInvalidLedgerNumberException() [2/4]

Ict.Common.Exceptions.EFinanceSystemInvalidLedgerNumberException.EFinanceSystemInvalidLedgerNumberException ( String  AMessage)
inline

Initializes a new instance of this Exception Class with a specified error message.

Parameters
AMessageThe error message that explains the reason for the Exception.

◆ EFinanceSystemInvalidLedgerNumberException() [3/4]

Ict.Common.Exceptions.EFinanceSystemInvalidLedgerNumberException.EFinanceSystemInvalidLedgerNumberException ( string  AMessage,
Exception  AInnerException 
)
inline

Initializes a new instance of this Exception Class with a specified error message and a reference to the inner Exception that is the cause of this Exception.

Parameters
AMessageThe error message that explains the reason for the Exception.
AInnerExceptionThe Exception that is the cause of the current Exception, or a null reference if no inner Exception is specified.

◆ EFinanceSystemInvalidLedgerNumberException() [4/4]

Ict.Common.Exceptions.EFinanceSystemInvalidLedgerNumberException.EFinanceSystemInvalidLedgerNumberException ( String  AMessage,
int  ALedgerNumber 
)
inline

Initializes a new instance of this Exception Class with a specified error message and ledger number.

Parameters
AMessageThe error message that explains the reason for the Exception.
ALedgerNumberLedger number.

Property Documentation

◆ LedgerNumber

int Ict.Common.Exceptions.EFinanceSystemInvalidLedgerNumberException.LedgerNumber
getset

Ledger number


The documentation for this class was generated from the following file: