ErrorManagerGetAction Method

Scanjour Workflow4 Reference Manual
This method loops through the ordered collection of Error Handlers and invokes the Accepts method of the Filter until one is found, that accepts the provided exception. Hereafter the method returns the associated action. If the exception was not accepted by any of the Error Handlers, then null is returned.

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 CompensatingAction GetAction(
	Exception ex
)

Parameters

ex
Type: SystemException
The exception that is tested.

Return Value

Type: CompensatingAction
The action associated with the first filter found that accepts the exception.
See Also

Reference