| IExportErrorManagerReTryAll Method |
Reprocess all export errors met by the filter criteria
Namespace:
EdaIntegrationContract.Exports
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax void ReTryAll(
IExceptionFilter filter = null,
IEnumerable<IExportError> exportErrorsToExclude = null
)
Parameters
- filter (Optional)
- Type: EdaIntegrationContract.ExceptionsIExceptionFilter
The filters to apply to determine the export errors to be reprocessed - exportErrorsToExclude (Optional)
- Type: System.Collections.GenericIEnumerableIExportError
An optional list of export errors to exclude from the reprocessing
See Also