Implementations of this interface can look for a specific pattern in an exception, e.g. if the Message part of an exception
contains a specific text. If a Filtering Entry finds what it is looking for, we say that the Filtering Entry accepts the exception.
What the Filtering Entry is looking for depends on the specific type of the Filtering Entry and how it is configured.
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
The IFilteringEntry type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Accepts |
By calling this method the implementation shall determine whether it can accept the provided exception.
|
![]() | GetErrorTextPart |
If the provided exception is accepted by this class, then the implementation of this method shall return an error text part
that can be used to form an error message. The error text part is derived from the exception based on the provided instruction
and the optional arguments.
|
See Also