Method | Description | |
---|---|---|
ShowDetail ( string itemKey, int itemKeyValue ) : void |
Shows the detail of the exception
|
Method | Description | |
---|---|---|
GetExceptionDetailUrl ( int exceptionId ) : string | ||
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
Method | Description | |
---|---|---|
BuildQueryStringList ( string queryString ) : string |
Dissect the query string value and build unordered list
|
|
GetExceptionLogs ( ExceptionLog baseException ) : List |
Gets the related exception logs
|
protected GetExceptionDetailUrl ( int exceptionId ) : string | ||
exceptionId | int | |
return | string |
protected OnLoad ( |
||
e | The |
|
return | void |
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 |