The EasyErrorHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EasyErrorHandler |
Class constructor - get information about the last error occurred
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | 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
|
![]() | 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
|