Click or drag to resize

ExportErrorManagerReTryAll Method

Reprocess all export errors met by the filter criteria

Namespace:  Law.EdaIntegration.Exports
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public void ReTryAll(
	ExceptionFilter filter = null,
	IEnumerable<ExportError> exportErrorsToExclude = null
)

Parameters

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