HandleErrorAttribute Properties

 

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

NameDescription
System_CAPS_pubpropertyAllowMultiple

Gets or sets a value that indicates whether more than one instance of the filter attribute can be specified.(Inherited from FilterAttribute.)

System_CAPS_pubpropertyExceptionType

Gets or sets the type of the exception.

System_CAPS_pubpropertyMaster

Gets or sets the master view for displaying exception information.

System_CAPS_pubpropertyOrder

Gets or sets the order in which the action filters are executed.(Inherited from FilterAttribute.)

System_CAPS_pubpropertyTypeId

Gets the unique identifier for this attribute.(Overrides Attribute::TypeId.)

System_CAPS_pubpropertyView

Gets or sets the page view for displaying exception information.

Return to top
Show: