C# Class Commencement.MvcApplication

Inheritance: System.Web.HttpApplication
Mostra file Open project: ucdavis/Commencement

Protected Methods

Method Description
Application_Start ( ) : void
ErrorMail_Filtering ( object sender, ExceptionFilterEventArgs e ) : void

ELMAH filtering for the mail log

Method Details

Application_Start() protected method

protected Application_Start ( ) : void
return void

ErrorMail_Filtering() protected method

ELMAH filtering for the mail log
protected ErrorMail_Filtering ( object sender, ExceptionFilterEventArgs e ) : void
sender object
e Elmah.ExceptionFilterEventArgs
return void