Method | Description | |
---|---|---|
GetByParentId ( int parentId ) : IQueryable |
Gets a collection of Rock.Model.ExceptionLog entities by the Id of their Parent exceptionId. Under most instances, only one child Rock.Model.ExceptionLog entity will be returned in the collection.
|
|
GetBySiteId ( int siteId ) : IQueryable |
Gets Exception Logs by Person Id Gets a collection of Rock.Model.ExceptionLog entities by the Id of the Rock.Model.Site that they occurred on.
|
|
LogException ( |
Logs new Rock.Model.ExceptionLog entities. This method serves as an interface to asynchronously log exceptions.
|
Method | Description | |
---|---|---|
LogExceptions ( |
Recursively logs exception and any children.
|
|
PopulateExceptionLog ( |
Populates the Rock.Model.ExceptionLog entity with the exception data.
|
public GetByParentId ( int parentId ) : IQueryable |
||
parentId | int | An |
return | IQueryable |
public GetBySiteId ( int siteId ) : IQueryable |
||
siteId | int | An |
return | IQueryable |
public static LogException ( |
||
ex | A |
|
context | The |
|
pageId | int | A |
siteId | int | A |
personAlias | PersonAlias | The person alias. |
return | void |