Cats.Web.Hub.MvcApplication.ErrorLog_Filtering C# (CSharp) Method

ErrorLog_Filtering() protected method

protected ErrorLog_Filtering ( object sender, ExceptionFilterEventArgs e ) : void
sender object
e Elmah.ExceptionFilterEventArgs
return void
        protected void ErrorLog_Filtering(object sender, ExceptionFilterEventArgs e)
        {
            FilterError404(e);
        }