XmlSeverityType | System.Xml.Schema (system.xml.dll) serializable enum |
public enum XmlSeverityType {
Error = 0,
Warning = 1
} | |
This type is used to indicate the severity of a validation event
handled by the ValidationEventHandler.
Hierarchy
System.Object
System.ValueType
System.Enum(System.IComparable, System.IFormattable,
System.IConvertible)
XmlSeverityType
|