HandleErrorInfo Class
Encapsulates information for handling an error that was thrown by an action method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The HandleErrorInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActionName | Gets or sets the name of the action that was executing when the exception was thrown. |
![]() | ControllerName | Gets or sets the name of the controller that contains the action method that threw the exception. |
![]() | Exception | Gets or sets the exception object. |
Show:
.gif?cs-save-lang=1&cs-lang=jscript)
.gif?cs-save-lang=1&cs-lang=jscript)
.gif?cs-save-lang=1&cs-lang=jscript)