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

Base Class for OpenPetra-specific Exceptions. More...

Inheritance diagram for Ict.Common.Exceptions.EOPException:
Ict.Common.Exceptions.EFinanceSystemUnexpectedStateException Ict.Common.Exceptions.EOPAppException Ict.Common.Exceptions.EOPDBException Ict.Common.Exceptions.EOPDBSessionException Ict.Common.Exceptions.EFinanceSystemCacheableTableReturnedNoDataException Ict.Common.Exceptions.EFinanceSystemDBTransactionNullException Ict.Common.Exceptions.EFinanceSystemDataObjectNullOrEmptyException Ict.Common.Exceptions.EFinanceSystemDataTableAccessFailedException Ict.Common.Exceptions.EFinanceSystemDataTableReturnedNoDataException Ict.Common.Exceptions.EFinanceSystemInvalidBatchNumberException Ict.Common.Exceptions.EFinanceSystemInvalidLedgerNumberException Ict.Common.EDuplicateErrorCodeException Ict.Common.EErrorCodeNotRegisteredException Ict.Common.ENoLoggingToFile_WrongConstructorUsedException Ict.Common.Exceptions.ECachedDataTableLoadingRetryGotCancelledException Ict.Common.Exceptions.ECachedDataTableNotImplementedException Ict.Common.Exceptions.ECachedDataTableReturnedNothingException Ict.Common.Exceptions.ECachedDataTableTableNameMismatchException Ict.Common.Exceptions.EClientVersionMismatchException Ict.Common.Exceptions.ELoginFailedServerTooBusyException Ict.Common.Exceptions.EOutOfRangeException Ict.Common.Exceptions.EPagedTableNoRecordsException Ict.Common.Exceptions.EPagedTableNoSuchPageException Ict.Common.Exceptions.EPetraSecurityException Ict.Common.Exceptions.EProblemConstructingHyperlinkException Ict.Common.Exceptions.ESecurityAccessDeniedException Ict.Common.IO.ESmtpSenderException Ict.Common.Verification.EVerificationException Ict.Common.Verification.Exceptions.EVerificationResultsException Ict.Petra.Shared.ECacheableTablesMgrException Ict.Petra.Shared.MPartner.EPartnerFamilyIDException Ict.Petra.Shared.MPartner.EPartnerLocationNotExistantException Ict.Petra.Shared.MPartner.EPartnerNotExistantException Ict.Petra.Shared.Security.ELoginMessageAlreadySetException Ict.Petra.Shared.Security.EProcessIDAlreadySetException Ict.Common.DB.EDBConnectionAlreadyClosedException Ict.Common.DB.Exceptions.EDBAccessLackingCoordinationException Ict.Common.DB.Exceptions.EDBConnectionBrokenException Ict.Common.DB.Exceptions.EDBConnectionNotAvailableException Ict.Common.DB.Exceptions.EDBConnectionNotEstablishedException Ict.Common.DB.Exceptions.EDBNullTransactionException Ict.Common.DB.Exceptions.EDBParameterisedQueryMissingParameterPlaceholdersException Ict.Common.DB.Exceptions.EDBSyncUnknownParameterTypeException Ict.Common.DB.Exceptions.EDBTransactionIsolationLevelTooLowException Ict.Common.DB.Exceptions.EDBTransactionMissingException Ict.Common.DB.Exceptions.EDBTransactionSerialisationException Ict.Common.DB.Exceptions.EDBUnsupportedDBUpgradeException Ict.Common.Data.Exceptions.EOPDBTypedDataAccessException Ict.Common.Exceptions.EOPDBInvalidSessionException

Public Member Functions

 EOPException ()
 Initializes a new instance of this Exception Class. More...
 
 EOPException (String AMessage)
 Initializes a new instance of this Exception Class with a specified error message. More...
 
 EOPException (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...
 

Detailed Description

Base Class for OpenPetra-specific Exceptions.

*** *** *** *** ALL CUSTOM EXCEPTIONS THAT ARE THROWN BY ANY OF OpenPetra's CLASSES MUST DERIVE FROM THIS EXCEPTION!!! *** *** *** *** *** *** *** *** *** *** *** ***

Constructor & Destructor Documentation

◆ EOPException() [1/3]

Ict.Common.Exceptions.EOPException.EOPException ( )
inline

Initializes a new instance of this Exception Class.

◆ EOPException() [2/3]

Ict.Common.Exceptions.EOPException.EOPException ( 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.

◆ EOPException() [3/3]

Ict.Common.Exceptions.EOPException.EOPException ( 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.

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