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

ErrorMail_Filtering() protected method

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