XmlSchema::Read Method (TextReader^, ValidationEventHandler^)
.NET Framework (current version)
Reads an XML Schema from the supplied TextReader.
Assembly: System.Xml (in System.Xml.dll)
public: static XmlSchema^ Read( TextReader^ reader, ValidationEventHandler^ validationEventHandler )
Parameters
- reader
-
Type:
System.IO::TextReader^
The TextReader containing the XML Schema to read.
- validationEventHandler
-
Type:
System.Xml.Schema::ValidationEventHandler^
The validation event handler that receives information about the XML Schema syntax errors.
| Exception | Condition |
|---|---|
| XmlSchemaException | An XmlSchemaException is raised if no ValidationEventHandler is specified. |
.NET Framework
Available since 1.1
Available since 1.1
Show: