C# 클래스 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
상속: System.Web.UI.Page
파일 보기 프로젝트 열기: ucdavis/caesdodnn

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
ExtractOSVersion ( ) : string
ManageError ( string status ) : void

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void