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
Показать файл Открыть проект

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

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