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

Base Class for OpenPetra-specific data access-level and database-level Exceptions that are thrown by the Typed Data Access class, TTypedDataAccess. More...

Inheritance diagram for Ict.Common.Data.Exceptions.EOPDBTypedDataAccessException:
Ict.Common.Exceptions.EOPDBException Ict.Common.Exceptions.EOPException Ict.Common.Data.Exceptions.EDBConcurrencyException Ict.Common.Data.Exceptions.EDBSubmitException Ict.Common.Data.Exceptions.EDBConcurrencyNoRowToUpdateException

Public Member Functions

 EOPDBTypedDataAccessException ()
 Initializes a new instance of this Exception Class. More...
 
 EOPDBTypedDataAccessException (String AMessage)
 Initializes a new instance of this Exception Class with a specified error message. More...
 
 EOPDBTypedDataAccessException (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 data access-level and database-level Exceptions that are thrown by the Typed Data Access class, TTypedDataAccess.

Constructor & Destructor Documentation

◆ EOPDBTypedDataAccessException() [1/3]

Ict.Common.Data.Exceptions.EOPDBTypedDataAccessException.EOPDBTypedDataAccessException ( )
inline

Initializes a new instance of this Exception Class.

◆ EOPDBTypedDataAccessException() [2/3]

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

◆ EOPDBTypedDataAccessException() [3/3]

Ict.Common.Data.Exceptions.EOPDBTypedDataAccessException.EOPDBTypedDataAccessException ( 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: