C# Class RockWeb.Error

Inheritance: System.Web.UI.Page
Datei anzeigen Open project: NewPointe/Rockit

Protected Methods

Method Description
Page_Init ( object sender, EventArgs e ) : void

Handles the Init event of the Page control.

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

Private Methods

Method Description
ClearSavedValue ( string key ) : void

Clears the saved value.

GetSavedValue ( string key ) : object

Gets the saved value.

ProcessException ( Exception ex, string exLevel ) : void

Processes the exception.

ShowException ( ) : void

Shows the exception.

ShowSecurityError ( ) : void

Shows the security error.

Method Details

Page_Init() protected method

Handles the Init event of the Page control.
protected Page_Init ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Page_Load() protected method

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void