AppException Methods |
The AppException type exposes the following members.
| Name | Description | |
|---|---|---|
| AddRefNumberToException |
Adds a reference number to the Exception if it does not exist already, neither in an inner exception.
| |
| Create |
Creates an AppException where the hashCode is contained in the Message.
If the AppException is created elsewhere without the hashcode in the message
a new exception is created with the AppException as inner exception
| |
| FormatRefNumber |
Formates an reference number to be presented to the end user
| |
| GetRefNumberFromException |
Retrieves a reference number from an exception including inner exceptions
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |