XmlSchemaSet Constructor (XmlNameTable^)
.NET Framework (current version)
Initializes a new instance of the XmlSchemaSet class with the specified XmlNameTable.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- nameTable
-
Type:
System.Xml::XmlNameTable^
The XmlNameTable object to use.
| Exception | Condition |
|---|---|
| ArgumentNullException | The XmlNameTable object passed as a parameter is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: