C# Class RockWeb.Blocks.Core.ExceptionDetail

Inheritance: Rock.Web.UI.RockBlock, IDetailBlock
Afficher le fichier Open project: CentralAZ/Rockit-CentralAZ

Méthodes publiques

Méthode Description
ShowDetail ( string itemKey, int itemKeyValue ) : void

Shows the detail of the exception

Méthodes protégées

Méthode Description
GetExceptionDetailUrl ( int exceptionId ) : string
OnLoad ( EventArgs e ) : void

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

Private Methods

Méthode 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 méthode

protected GetExceptionDetailUrl ( int exceptionId ) : string
exceptionId int
Résultat string

OnLoad() protected méthode

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

ShowDetail() public méthode

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).
Résultat void