C# Класс RockWeb.Blocks.Core.ExceptionDetail

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

Открытые методы

Метод Описание
ShowDetail ( string itemKey, int itemKeyValue ) : void

Shows the detail of the exception

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

Метод Описание
GetExceptionDetailUrl ( int exceptionId ) : string
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

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

Метод Описание
BuildQueryStringList ( string queryString ) : string

Dissect the query string value and build unordered list

GetExceptionLogs ( ExceptionLog baseException ) : List

Gets the related exception logs

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

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

protected GetExceptionDetailUrl ( int exceptionId ) : string
exceptionId int
Результат string

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

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

ShowDetail() публичный Метод

Shows the detail of the exception
public ShowDetail ( string itemKey, int itemKeyValue ) : void
itemKey string Item Key (should be ExceptionId in this instance).
itemKeyValue int Item key value (should be ExceptionId).
Результат void