Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified file and name table.
- url
- A string specifying the URL for the file containing the XML data to read.
- nt
- The System.Xml.XmlNameTable to use.
Type Reason ArgumentNullException nt is null. System.Xml.XmlException url is null.
This constructor calls System.Xml.XmlTextReader(nt) to initialize properties of the class.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0