'Declaration
Public Overloads Sub Validate( _ ByVal textReader As System.IO.TextReader, _ ByVal errorHandler As System.Xml.Schema.ValidationEventHandler _ )
public void Validate( System.IO.TextReader textReader, System.Xml.Schema.ValidationEventHandler errorHandler )
Parameters
- textReader
- The System.IO.TextReader containing the XML data to validate
- errorHandler
- The error handler to report any errors