Click or drag to resize

IExceptionManager.NextPage Method

Gets the next page of exceptions

Namespace:  EdaIntegrationContract.Exceptions
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
IEnumerable<IExceptionItem> NextPage(
	int lastItemId,
	int pageSize,
	IExceptionFilter filter = null
)

Parameters

lastItemId
Type: System.Int32
The id of the last exception item, page starts with the next exception
pageSize
Type: System.Int32
The number of exceptions to return
filter (Optional)
Type: EdaIntegrationContract.Exceptions.IExceptionFilter
The filter to apply

Return Value

Type: IEnumerable<IExceptionItem>
List of exceptions
See Also