C# Класс RockWeb.Themes.KidSpring.Layouts.Error

Наследование: System.Web.UI.Page
Показать файл Открыть проект

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

Приватные методы

Метод Описание
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.

Описание методов

Page_Load() защищенный Метод

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.
Результат void