Click or drag to resize

UnifiedExceptionManagerNextPage Method

Gets next page of exceptions

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

Parameters

lastItemId
Type: SystemInt32
Id of most recently retrieved exception
pageSize
Type: SystemInt32
Number of exceptions to retrieve
filter
Type: Law.EdaIntegration.ExceptionsUnifiedExceptionFilter
exception filter

Return Value

Type: IEnumerableUnifiedException
List of unified exceptions
See Also