HandleErrorInfo Properties

 

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

NameDescription
System_CAPS_pubpropertyActionName

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

System_CAPS_pubpropertyControllerName

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

System_CAPS_pubpropertyException

Gets or sets the exception object.

Return to top
Show: