The base class for all the Transaction exception
More...
The base class for all the Transaction exception
◆ BaseException() [1/3]
HIDIA.Transaction.BaseException.BaseException |
( |
long |
errorCode | ) |
|
|
inlineprotected |
BaseException Constructor.
- Parameters
-
errorCode | The code identifying the exception. |
◆ BaseException() [2/3]
HIDIA.Transaction.BaseException.BaseException |
( |
string |
message, |
|
|
long |
errorCode |
|
) |
| |
|
inlineprotected |
BaseException Constructor.
- Parameters
-
message | The message that describes the error. |
errorCode | The code identifying the exception. |
◆ BaseException() [3/3]
HIDIA.Transaction.BaseException.BaseException |
( |
string |
message, |
|
|
Exception |
innerException, |
|
|
long |
errorCode |
|
) |
| |
|
inlineprotected |
BaseException Constructor.
- Parameters
-
message | The message that describes the error. |
innerException | The Exception instance that causes this exception. |
errorCode | The code identifying the exception. |
◆ ErrorCode
long HIDIA.Transaction.BaseException.ErrorCode => _errorCode |
The code identifying the exception