C# Class NRC.Reveal.Common.Mvc.HandleErrorAttribute

This filter is applied globally to log all controller exceptions, and redirect to the Error view.
Inheritance: System.Web.Mvc.HandleErrorAttribute
Mostrar archivo Open project: NationalResearchCorporation/ScrumThing

Public Methods

Method Description
OnException ( System filterContext ) : void

Called when an exception occurs.

Method Details

OnException() public method

Called when an exception occurs.
public OnException ( System filterContext ) : void
filterContext System The action-filter context.
return void