Click or drag to resize

IExceptionManagerReProcess Method

Queues up the documents with the provided list of exceptions to be reprocessed

Namespace:  EdaIntegrationContract.Exceptions
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
void ReProcess(
	IEnumerable<IExceptionItem> exceptions
)

Parameters

exceptions
Type: System.Collections.GenericIEnumerableIExceptionItem
The list of exceptions to reprocess
See Also