XPathDocument Constructor (String, XmlSpace)
Initializes a new instance of the XPathDocument class from the XML data in the file specified with the white space handling specified.
Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Parameters
- uri
- Type: System.String
The path of the file that contains the XML data.
- space
- Type: System.Xml.XmlSpace
An XmlSpace object.
| Exception | Condition |
|---|---|
| XmlException | An error was encountered in the XML data. The XPathDocument remains empty. |
| ArgumentNullException | The file path parameter or XmlSpace object parameter is null. |
The XmlSpace object passed as a parameter specifies whether to preserve white space. Default preserves only significant white space; Preserve preserves all white space. By default, the XmlSpace object is set to Default.
The functionality of the XPathDocument constructor is identical to that of the XPathDocument constructor, except for the white space handling options described.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.