C# Class RockWeb.Themes.KidSpring.Layouts.Error

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: NewSpring/rock-themes

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

Private Methods

Méthode 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.

Method Details

Page_Load() protected méthode

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.
Résultat void