ErrorEventArgs Class Members
In This Topic
The following tables list the members exposed by ErrorEventArgs.
Public Properties
| Name | Description |
| CustomErrorDiscription |
Descripton of the Exception user wish to send back in HTTP response body, this is used to hide the actual exception message
|
| CustomErrorName |
Name of the Exception user wish to send back in HTTP response body
|
| Exception |
The Exception encountered by the Web Server
|
| Source |
Source of the Exception - indicates from which controller the error occured
|
Top
See Also