IParameterProviderGetXmlRetrievalResultFromPropertyName Method

Scanjour Workflow4 Reference Manual
By calling this method, the implementation will return an XmlRetrievalResult containing either a valid xml or an error message in case of invalid xml. The XmlRetrievalResult has a Failed property (boolean), that determines whether a valid xml exist

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

XmlRetrievalResult GetXmlRetrievalResultFromPropertyName(
	Exception ex,
	string propertyName
)

Parameters

ex
Type: SystemException
Exception
propertyName
Type: SystemString
PropertyName

Return Value

Type: XmlRetrievalResult
XmlRetrievalResult
See Also

Reference