Method | Description | |
---|---|---|
Get ( int id ) : |
Fetch a specific logged exception object by its identifier
|
|
Get ( ) : IEnumerable |
Fetch all logged exception objects
|
|
GetError ( string causeerror ) : string |
Cause an exception to happen
|
public Get ( int id ) : |
||
id | int | Logged exception identifier |
return |
public GetError ( string causeerror ) : string | ||
causeerror | string | Add a query string 'causerror' |
return | string |