The two modes in which the filter can operate.
Namespace: Scanjour.Workflow4.ActivityLibrary.ErrorManagement
Assembly: Scanjour.Workflow4.ActivityLibrary_19.0.1.0 (in Scanjour.Workflow4.ActivityLibrary_19.0.1.0.dll) Version: 19.0.1.0 (19.0.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Stay | 0 | Only the provided exception will be candidate for acceptance. | |
Traverse | 1 | The provided exception or one of the chained (inner) exceptions will be candidate for acceptance. |
See Also