AppException Class | 
Namespace: Omada.OE.Model
[SerializableAttribute] public class AppException : ApplicationException
The AppException type exposes the following members.
| Name | Description | |
|---|---|---|
| AppException(String) | ||
| AppException(SerializationInfo, StreamingContext) | ||
| AppException(String, Exception, String) | 
            If the hashCode is provided it is stored in the Data of the exception 
            for presentation to the end user.
              | 
| 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.) |