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
Afficher le fichier Open project: NationalResearchCorporation/ScrumThing

Méthodes publiques

Méthode Description
OnException ( System filterContext ) : void

Called when an exception occurs.

Method Details

OnException() public méthode

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