The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlSchema::Read Method (Stream^, ValidationEventHandler^)
.NET Framework (current version)
Reads an XML Schema from the supplied stream.
Assembly: System.Xml (in System.Xml.dll)
public: static XmlSchema^ Read( Stream^ stream, ValidationEventHandler^ validationEventHandler )
Parameters
- stream
-
Type:
System.IO::Stream^
The supplied data stream.
- validationEventHandler
-
Type:
System.Xml.Schema::ValidationEventHandler^
The validation event handler that receives information about 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: