Stores a valid xml in a dictionary, if not found already
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
public XmlRetrievalResult GetXmlRetrievalResultFromPropertyName( Exception ex, string propertyName )
Parameters
- ex
- Type: SystemException
Exception to uniquly identify an xml response - propertyName
- Type: SystemString
Propertyname of the Exception, to retrieve the xml
Return Value
Type: XmlRetrievalResultXmlRetrievalResult
Implements
IParameterProviderGetXmlRetrievalResultFromPropertyName(Exception, String)See Also