Click or drag to resize

ExceptionManagerNextPage Method

Gets the next page of exceptions

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public IEnumerable<ExceptionItem> NextPage(
	int lastItemId,
	int pageSize,
	ExceptionFilter filter = null
)

Parameters

lastItemId
Type: SystemInt32
The id of the last exception item, page starts with the next exception
pageSize
Type: SystemInt32
The number of exceptions to return
filter (Optional)
Type: Law.EdaIntegration.ExceptionsExceptionFilter
The filter to apply

Return Value

Type: IEnumerableExceptionItem
List of exceptions
See Also