An instance of this class looks for a specific property on the exception. If the property exists and the string value of the
contained value matches the provided regular expression, then the Property Value Filtering Entry accepts the exception.
Inheritance Hierarchy
Scanjour.Workflow4.ActivityLibrary.ErrorManagementPropertyValueFilteringEntry
Namespace: Scanjour.Workflow4.ActivityLibrary.ErrorManagement
Assembly: Scanjour.Workflow4.ActivityLibrary_19.0.1.0 (in Scanjour.Workflow4.ActivityLibrary_19.0.1.0.dll) Version: 19.0.1.0 (19.0.1.0)
Syntax
The PropertyValueFilteringEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PropertyValueFilteringEntry(String) |
Creates an instance of this class with the property name. The exception will be accepted only if the property is null.
|
![]() | PropertyValueFilteringEntry(String, String) |
Creates an instance of this class with the property name and a string that must have a match completely the property value. The
string that the property value must match completely.The constructor creates a regular expression with the following value
^$lt;string$gt;$ to ensure the complete match.
|
![]() | PropertyValueFilteringEntry(String, Regex) |
Creates an instance of this class with the property name and a regular expression.
|
Properties
Name | Description | |
---|---|---|
![]() | Name |
The name of the property which value is validated.
|
![]() | RegEx |
The regular expression that is used to verify the property value.
|
Methods
Name | Description | |
---|---|---|
![]() | Accepts |
Determines whether the provided exception matches the regular expression.
|
![]() | 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.) |
![]() | GetErrorTextPart |
Gets the error text part depending on the specified exception and instruction.
|
![]() | 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