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
Members
Member name | Value | Description | |
---|---|---|---|
ExactTypeMatch | 0 | The class of the provided exception shall match the specified class name (FullyQualifiedClassName). | |
MatchOnDecendantTypes | 1 | The class of the provided exception or one of it descendants shall match the specified class name (FullyQualifiedClassName). |
See Also