DekGenius.com
[ Team LiB ] Previous Section Next Section

XmlSeverityTypeSystem.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

    [ Team LiB ] Previous Section Next Section