C# 클래스 Commencement.MvcApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: ucdavis/Commencement

보호된 메소드들

메소드 설명
Application_Start ( ) : void
ErrorMail_Filtering ( object sender, ExceptionFilterEventArgs e ) : void

ELMAH filtering for the mail log

메소드 상세

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void

ErrorMail_Filtering() 보호된 메소드

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