XErrorPath Property
An XPath to check the server response for errors.
Syntax
[VB.NET] Public Property XErrorPath As String
[C#] public string XErrorPath {get; set;}
Remarks
This property contains an XPath to check the server response for errors. If the XPath exists, an exception will be thrown containing the value of the element at the path.
Default Value
""