C# 클래스 RockWeb.Blocks.Core.ExceptionDetail

상속: Rock.Web.UI.RockBlock, IDetailBlock
파일 보기 프로젝트 열기: CentralAZ/Rockit-CentralAZ

공개 메소드들

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