C# 클래스 RockWeb.Themes.NewSpring.Layouts.Error

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: NewSpring/rock-themes

보호된 메소드들

메소드 설명
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