Name | Description | Type | Additional information |
---|---|---|---|
Application |
Gets or sets property to search by application that caused the exception. |
string |
Max length: 256 |
Message |
Gets or sets property to search by exception message. |
string |
Max length: 256 |
MethodName |
Gets or sets property to search by name of the method that caused the exception. |
string |
Max length: 256 |
UserName |
Gets or sets property to search by name of the user that caused the exception. |
string |
Max length: 256 |
CreatedFromDate |
Gets or sets property to search for exception logs created after the given date. |
date |
None. |
CreatedToDate |
Gets or sets property to search for exception logs created before the given date. |
date |
None. |
PageSize |
Gets or sets the number of rows in the page. |
integer |
Range: inclusive between 1 and 2147483647 |
PageOffset |
Gets or sets the offset page to return. |
integer |
None. |