Constructs an instance of the Error Handler with the filter and action properties.
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
Parameters
- filter
- Type: Scanjour.Workflow4.ActivityLibrary.ErrorManagementFilter
The filter that is used to accept exceptions. - action
- Type: Scanjour.Workflow4.ActivityLibrary.ErrorManagementCompensatingAction
The action that is associated with the filter.
See Also