Thrown if an attempt to create a DB connection failed.
More...
Thrown if an attempt to create a DB connection failed.
◆ EDBConnectionNotEstablishedException() [1/3]
| Ict.Common.DB.Exceptions.EDBConnectionNotEstablishedException.EDBConnectionNotEstablishedException |
( |
| ) |
|
|
inline |
Initializes a new instance of this Exception Class.
◆ EDBConnectionNotEstablishedException() [2/3]
| Ict.Common.DB.Exceptions.EDBConnectionNotEstablishedException.EDBConnectionNotEstablishedException |
( |
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. |
◆ EDBConnectionNotEstablishedException() [3/3]
| Ict.Common.DB.Exceptions.EDBConnectionNotEstablishedException.EDBConnectionNotEstablishedException |
( |
string |
AConnectionString, |
|
|
Exception |
AInnerException, |
|
|
bool |
ALogException = true |
|
) |
| |
|
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. |
| ALogException | Set to false to not log the Exception (default=true). |
The documentation for this class was generated from the following file: