Thrown if the DB connection is not able to execute any SQL commands.
More...
Thrown if the DB connection is not able to execute any SQL commands.
◆ EDBConnectionNotAvailableException() [1/3]
| Ict.Common.DB.Exceptions.EDBConnectionNotAvailableException.EDBConnectionNotAvailableException |
( |
| ) |
|
|
inline |
Initializes a new instance of this Exception Class.
◆ EDBConnectionNotAvailableException() [2/3]
| Ict.Common.DB.Exceptions.EDBConnectionNotAvailableException.EDBConnectionNotAvailableException |
( |
String |
AConnectionInfo | ) |
|
|
inline |
Passes on information about the Connection.
- Parameters
-
| AConnectionInfo | ConnectionState (as String) of the Database connection. |
◆ EDBConnectionNotAvailableException() [3/3]
| Ict.Common.DB.Exceptions.EDBConnectionNotAvailableException.EDBConnectionNotAvailableException |
( |
String |
AConnectionInfo, |
|
|
Exception |
AInnerException |
|
) |
| |
|
inline |
Passes on information about the Connection and a reference to the inner Exception that is the cause of this Exception
- Parameters
-
| AConnectionInfo | ConnectionState (as String) of the Database connection. |
| AInnerException | The 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: