An instance of this class defines a set of Filtering Entries, where each Filtering Entry (IFilteringEntry) is of a
specific type. If all the Filtering Entries in the instance find what they are looking for, then the Error Handler accepts the
exception. If one or more fails, then the criterion for the instance to accept the exception is not fulfilled.In that case and if
both the Mode of the instance is sat to Traverse and the actual exception contains an inner
exception, then the instance will try accepting the inner exception. If the inner exception was accepted, then the instance is also
said to have accepted the exception.
Inheritance Hierarchy
Scanjour.Workflow4.ActivityLibrary.ErrorManagementFilter
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 Filter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Filter |
Creates an instance of this class with a collection of filter entries and the mode by which the instance shall operate.
|
Properties
Name | Description | |
---|---|---|
![]() | ErrorTextFormat |
The error text format specified for the filter to make an error text.
|
![]() | FilteringEntries |
The collection of filter entries, that the instance will iterate through when doing acceptance.
|
![]() | Mode |
The mode by which the instance operates.
|
Methods
Name | Description | |
---|---|---|
![]() | Accepts |
Determines whether the exception can be accepted according to the provided properties.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetErrorText |
Makes an error text based on the provided error text format and the accociated filtering entries.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also