ValidationEventArgs | System.Xml.Schema (system.xml.dll) sealed class |
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.Object
System.EventArgs
ValidationEventArgs
|