C# Class RockWeb.Blocks.Core.ExceptionDetail

Inheritance: Rock.Web.UI.RockBlock, IDetailBlock
Datei anzeigen Open project: CentralAZ/Rockit-CentralAZ

Public Methods

Method Description
ShowDetail ( string itemKey, int itemKeyValue ) : void

Shows the detail of the exception

Protected Methods

Method Description
GetExceptionDetailUrl ( int exceptionId ) : string
OnLoad ( EventArgs e ) : void

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

Private Methods

Method Description
BuildQueryStringList ( string queryString ) : string

Dissect the query string value and build unordered list

GetExceptionLogs ( ExceptionLog baseException ) : List

Gets the related exception logs

Method Details

GetExceptionDetailUrl() protected method

protected GetExceptionDetailUrl ( int exceptionId ) : string
exceptionId int
return string

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

ShowDetail() public method

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).
return void