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