ClassNameFilteringEntryOperationMode Enumeration

Scanjour Workflow4 Reference Manual
The modes in which the filtering entry can 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 enum OperationMode
Members

  Member nameValueDescription
ExactTypeMatch0 The class of the provided exception shall match the specified class name (FullyQualifiedClassName).
MatchOnDecendantTypes1 The class of the provided exception or one of it descendants shall match the specified class name (FullyQualifiedClassName).
See Also

Reference