Thrown if the DB Connection was found to be broken in the 'BeginTransaction' Methods (determined with a call to Method 'TExceptionHandler.IsExceptionCausedByUnavailableDBConnectionServerSide') AND the the one retry attempt to re-establish the broken DB Connection in those Methods didn't overcome the situation.
More...
Thrown if the DB Connection was found to be broken in the 'BeginTransaction' Methods (determined with a call to Method 'TExceptionHandler.IsExceptionCausedByUnavailableDBConnectionServerSide') AND the the one retry attempt to re-establish the broken DB Connection in those Methods didn't overcome the situation.
◆ EDBConnectionBrokenException() [1/4]
| Ict.Common.DB.Exceptions.EDBConnectionBrokenException.EDBConnectionBrokenException |
( |
| ) |
|
|
inline |
Initializes a new instance of this Exception Class.
◆ EDBConnectionBrokenException() [2/4]
| Ict.Common.DB.Exceptions.EDBConnectionBrokenException.EDBConnectionBrokenException |
( |
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. |
◆ EDBConnectionBrokenException() [3/4]
| Ict.Common.DB.Exceptions.EDBConnectionBrokenException.EDBConnectionBrokenException |
( |
Exception |
AInnerException | ) |
|
|
inline |
Initializes a new instance of this Exception Class with a a reference to the inner Exception that is the cause of this Exception.
- Parameters
-
| AInnerException | The Exception that is the cause of the current Exception, or a null reference if no inner Exception is specified. |
◆ EDBConnectionBrokenException() [4/4]
| Ict.Common.DB.Exceptions.EDBConnectionBrokenException.EDBConnectionBrokenException |
( |
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
-
| AMessage | The error message that explains the reason for the Exception. |
| 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: