SoapException.DetailNode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the XML node with details of the exception.
public System.Xml.XmlNode DetailNode { get; }
member this.DetailNode : System.Xml.XmlNode
Public ReadOnly Property DetailNode As XmlNode
Property Value
The XML node with details of the exception.