C# Class Customer.Project.Mvc.MvcApplication

Inheritance: System.Web.HttpApplication
Datei anzeigen Open project: atosorigin/AtosMvcStarterKit

Protected Properties

Property Type Description
_initializeLock object

Public Methods

Method Description
Initialize ( ) : void

Protected Methods

Method Description
Application_BeginRequest ( ) : void
Application_EndRequest ( object sender, EventArgs e ) : void
ErrorLog_Filtering ( object sender, ExceptionFilterEventArgs e ) : void
ErrorMail_Filtering ( object sender, ExceptionFilterEventArgs e ) : void

Private Methods

Method Description
Application_Start ( ) : void
FilterError404 ( ExceptionFilterEventArgs e ) : void
Session_Start ( ) : void

Method Details

Application_BeginRequest() protected method

protected Application_BeginRequest ( ) : void
return void

Application_EndRequest() protected method

protected Application_EndRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ErrorLog_Filtering() protected method

protected ErrorLog_Filtering ( object sender, ExceptionFilterEventArgs e ) : void
sender object
e Elmah.ExceptionFilterEventArgs
return void

ErrorMail_Filtering() protected method

protected ErrorMail_Filtering ( object sender, ExceptionFilterEventArgs e ) : void
sender object
e Elmah.ExceptionFilterEventArgs
return void

Initialize() public static method

public static Initialize ( ) : void
return void

Property Details

_initializeLock protected_oe static_oe property

protected static object _initializeLock
return object