Name

ValidationEventArgs — System.Xml.Schema (system.xml.dll)   sealed class 

Synopsis

public sealed class ValidationEventArgs : EventArgs {
// Public Instance Properties
   public XmlSchemaException Exception{get; } 
   public string Message{get; } 
   public XmlSeverityType Severity{get; } 
}

This type gives detailed information about an error reported to the ValidationEventHandler delegate. The Message property may include the line number at which the error occured, and the Severity property returns an XmlSeverityType enumeration instance indicating the severity of the validation event.

Hierarchy

System.ObjectSystem.EventArgsValidationEventArgs

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.188.66.13