C# Class AppfailReporting.Mvc.AppfailReportAttribute

Inheritance: System.Web.Mvc.FilterAttribute, IExceptionFilter
Show file Open project: skroonenburg/AppFail-ASP.NET

Public Methods

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

Method Details

OnException() public method

public OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
return void