C# Class DotNetNuke.Services.Exceptions.ErrorPage

Trapped errors are redirected to this universal error page, resulting in a graceful display.
'get the last server error 'process this error using the Exception Management Application Block 'add to a placeholder and place on page 'catch direct access - No exception was found...you shouldn't end up here unless you go to this aspx page URL directly
Inheritance: System.Web.UI.Page
Show file Open project: ucdavis/caesdodnn

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
ExtractOSVersion ( ) : string
ManageError ( string status ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void