Determines if the provided exception is accepted.
If the Mode is ExactTypeMatch then the name of the exception type must match the provided name.
If the Mode is MatchOnDecendantTypes then if an decendant to the exception type matches the specified name,
then the exception is accepted as well.
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
Parameters
- ex
- Type: SystemException
The exception that is candidate for acceptance. - parameterProvider
- Type: Scanjour.Workflow4.ActivityLibrary.ErrorManagementIParameterProvider
Implementation of IParameterProvider, than can be used to retrieve a stored valid xml
Return Value
Type: BooleanTrue if the exception is accepted; otherwise false.
Implements
IFilteringEntryAccepts(Exception, IParameterProvider)See Also