C# Class IsThereAnyNews.Mvc.MvcApplication

Inheritance: System.Web.HttpApplication
Mostra file Open project: jstadnicki/isthereanynews

Protected Methods

Method Description
Application_Error ( object sender, EventArgs e ) : void
Application_Start ( ) : void

Private Methods

Method Description
GetAllExceptions ( Exception ex ) : IEnumerable
SaveExceptionToDatabase ( Exception httpException ) : void
ShowCustomErrorPage ( Exception exception ) : void

Method Details

Application_Error() protected method

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

Application_Start() protected method

protected Application_Start ( ) : void
return void