SoapException.DetailNode Property

Definition

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.

Applies to