Thrown if an attempt to create a DB connection failed because the DB connection was already established earlier.
More...
Thrown if an attempt to create a DB connection failed because the DB connection was already established earlier.
◆ EDBConnectionIsAlreadyOpenException() [1/3]
| Ict.Common.DB.Exceptions.EDBConnectionIsAlreadyOpenException.EDBConnectionIsAlreadyOpenException |
( |
| ) |
|
|
inline |
Initializes a new instance of this Exception Class.
◆ EDBConnectionIsAlreadyOpenException() [2/3]
| Ict.Common.DB.Exceptions.EDBConnectionIsAlreadyOpenException.EDBConnectionIsAlreadyOpenException |
( |
String |
AMessage | ) |
|
|
inline |
Initializes a new instance of this Exception Class with a specified error message.
- Parameters
-
| AMessage | The error message that explains the reason for the Exception. |
◆ EDBConnectionIsAlreadyOpenException() [3/3]
| Ict.Common.DB.Exceptions.EDBConnectionIsAlreadyOpenException.EDBConnectionIsAlreadyOpenException |
( |
string |
AConnectionString, |
|
|
Exception |
AInnerException |
|
) |
| |
|
inline |
Use this to pass on the ConnectionString with the Exception and to log the Exception to the log file.
- Parameters
-
| AConnectionString | Database connection string. |
| 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: