Click or drag to resize

AppException Methods

The AppException type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddRefNumberToException
Adds a reference number to the Exception if it does not exist already, neither in an inner exception.
Public methodStatic memberCreate
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
Public methodStatic memberFormatRefNumber
Formates an reference number to be presented to the end user
Public methodStatic memberGetRefNumberFromException
Retrieves a reference number from an exception including inner exceptions
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also