The EasyErrorHandler type exposes the following members.

Constructors

  NameDescription
EasyErrorHandler
Class constructor - get information about the last error occurred

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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