Filter Constructor

Scanjour Workflow4 Reference Manual
Creates an instance of this class with a collection of filter entries and the mode by which the instance shall operate.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ErrorManagement
Assembly:  Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax

public Filter(
	IEnumerable<IFilteringEntry> filteringEntries,
	FilterFilterMode mode,
	string errorTextFormat
)

Parameters

filteringEntries
Type: System.Collections.GenericIEnumerableIFilteringEntry
The filter entries, that will be queried when an exception is acceptance.
mode
Type: Scanjour.Workflow4.ActivityLibrary.ErrorManagementFilterFilterMode
The mode by which the instance shall operate.
errorTextFormat
Type: SystemString
The error text format that shall be used by the filter to make an error text.
See Also

Reference