November 2003
Intermediate to advanced
476 pages
14h 38m
English
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.
System.Object →
System.EventArgs →
ValidationEventArgs