ClassNameFilteringEntry Constructor

Scanjour Workflow4 Reference Manual
Creates an instance of this class with the class name that is used by the acceptance and the mode.

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 ClassNameFilteringEntry(
	string fullyQualifiedClassName,
	ClassNameFilteringEntryOperationMode mode
)

Parameters

fullyQualifiedClassName
Type: SystemString
The fully qualidied class name of the type used in this filter entry.
mode
Type: Scanjour.Workflow4.ActivityLibrary.ErrorManagementClassNameFilteringEntryOperationMode
The mode in which the instance shall operate.
See Also

Reference