Click or drag to resize

ExceptionManagerReProcessAll Method

Reprocess all exceptions met by the filter criteria

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public void ReProcessAll(
	ExceptionFilter filter,
	IEnumerable<ExceptionItem> exceptionsToExclude = null
)

Parameters

filter
Type: Law.EdaIntegration.ExceptionsExceptionFilter
The filters to apply to determine the exceptions to be reprocessed
exceptionsToExclude (Optional)
Type: System.Collections.GenericIEnumerableExceptionItem
An optional list of exceptions to exclude from the reprocessing
See Also