| IExceptionManagerReProcessAll Method |
Reprocess all exceptions met by the filter criteria
Namespace:
EdaIntegrationContract.Exceptions
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax void ReProcessAll(
IExceptionFilter filter,
IEnumerable<IExceptionItem> exceptionsToExclude = null
)
Parameters
- filter
- Type: EdaIntegrationContract.ExceptionsIExceptionFilter
The filters to apply to determine the exceptions to be reprocessed - exceptionsToExclude (Optional)
- Type: System.Collections.GenericIEnumerableIExceptionItem
An optional list of exceptions to exclude from the reprocessing
See Also