XPathDocument Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the XPathDocument class from the XML data in the specified file.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- uri
-
Type:
System::String^
The path of the file that contains the XML data.
| Exception | Condition |
|---|---|
| XmlException | An error was encountered in the XML data. The XPathDocument remains empty. |
| ArgumentNullException | The file path parameter is null. |
To preserve white space, use the XPathDocument constructor that accepts an XmlSpace object as a parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: