C# Class Commencement.MvcApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: ucdavis/Commencement

Méthodes protégées

Méthode Description
Application_Start ( ) : void
ErrorMail_Filtering ( object sender, ExceptionFilterEventArgs e ) : void

ELMAH filtering for the mail log

Method Details

Application_Start() protected méthode

protected Application_Start ( ) : void
Résultat void

ErrorMail_Filtering() protected méthode

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