Click or drag to resize

ExceptionManagerReProcess Method

Queues up the documents with the provided list of exceptions to be reprocessed by Early Data Analyzer.

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public void ReProcess(
	IEnumerable<ExceptionItem> exceptions
)

Parameters

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