HandleErrorInfo Properties

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Properties

Name Description
System_CAPS_pubproperty ActionName

Gets or sets the name of the action that was executing when the exception was thrown.

System_CAPS_pubproperty ControllerName

Gets or sets the name of the controller that contains the action method that threw the exception.

System_CAPS_pubproperty Exception

Gets or sets the exception object.

See Also

HandleErrorInfo Class
System.Web.Mvc Namespace

Return to top