XPathDocument Constructor (Stream^)
.NET Framework (current version)
Initializes a new instance of the XPathDocument class from the XML data in the specified Stream object.
Assembly: System.Xml (in System.Xml.dll)
| Exception | Condition |
|---|---|
| XmlException | An error was encountered in the XML data. The XPathDocument remains empty. |
| ArgumentNullException | The Stream object passed as a parameter is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: