PropertyXPathFilteringEntry Constructor

Scanjour Workflow4 Reference Manual
Creates an instance of this class with the name of the property and the XPath used for the analysis.

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

public PropertyXPathFilteringEntry(
	string name,
	string xPath
)

Parameters

name
Type: SystemString
The name of the property on the exception (Accepts(Exception, IParameterProvider)).
xPath
Type: SystemString
The XPath that is used to the analyze the XML contained in the property.
See Also

Reference