The EasyErrorHandler type exposes the following members.

Properties

  NameDescription
BrowserInfo
Browser information
ErrorDataHTML
Error data from all variables formatted as HTML
ErrorDataXML
Error data from all variables formatted as XML
ErrorReported
Indicates whether an error was detected or not

Remarks

The error will be ignored if the configuration variable "EasyErrorHandlerActive" is set to false or if it happened within the same error interval configured as "EasyErrorHandlerSameErrorInterval"

ErrorURL
The request URL where the error was caused
ExceptionData
Exception information of the error
FormData
Values from the form that was submitted (if any)
IPAddress
IP address that caused the error
Message
A message that describes the current error
RequestURL
The previous URL that linked to the current URL
ServerInfo
Information about the server
Source
The application or the object that caused the error
StackTrace
A string representation of the frames on the call stack at the time the current exception was thrown
Target
The method that threw the current exception
TimeStamp
Date and time of the current error
UserInfo
Authentication status and user name if authenticated

See Also