IFilteringEntryAccepts Method

Scanjour Workflow4 Reference Manual
By calling this method the implementation shall determine whether it can accept the provided exception.

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

bool Accepts(
	Exception ex,
	IParameterProvider parameterProvider
)

Parameters

ex
Type: SystemException
The exception for what is being determined whether it is accepted.
parameterProvider
Type: Scanjour.Workflow4.ActivityLibrary.ErrorManagementIParameterProvider
Implementation of IParameterProvider, than can be used to retrieve a stored valid xml

Return Value

Type: Boolean
True if the exception is accepted; otherwise false.
See Also

Reference