Thrown if a transaction is expected on a DB connection but the current transaction is null.
More...
Thrown if a transaction is expected on a DB connection but the current transaction is null.
◆ EDBNullTransactionException() [1/3]
| Ict.Common.DB.Exceptions.EDBNullTransactionException.EDBNullTransactionException |
( |
| ) |
|
|
inline |
Initializes a new instance of this Exception Class.
◆ EDBNullTransactionException() [2/3]
| Ict.Common.DB.Exceptions.EDBNullTransactionException.EDBNullTransactionException |
( |
String |
AMessage | ) |
|
|
inline |
Initializes a new instance with a specific error message.
- Parameters
-
| AMessage | An error message explaining the reason for this exception. |
◆ EDBNullTransactionException() [3/3]
| Ict.Common.DB.Exceptions.EDBNullTransactionException.EDBNullTransactionException |
( |
String |
AMessage, |
|
|
Exception |
AInnerException |
|
) |
| |
|
inline |
Initializes a new instance with a specific error message and the inner exception which caused this one.
- Parameters
-
| AMessage | An error message explaining the reason for this 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: