C# Class Candor.Web.Mvc.Filters.HandleAndLogErrorAttribute

An MVC filter attribute to log unhandled exceptions.
Inheritance: System.Web.Mvc.HandleErrorAttribute
Show file Open project: michael-lang/candor-common

Public Methods

Method Description
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Called when an exception occurs.

Method Details

OnException() public method

Called when an exception occurs.
The parameter is null.
public OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext The action-filter context.
return void