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