XdsObjects Help file
XdsObjects.Enums Namespace / ErrorSeverityType Enumeration



In This Topic
    ErrorSeverityType Enumeration
    In This Topic
    The severity of the error returned
    Syntax
    Public Enum ErrorSeverityType 
       Inherits System.Enum
    Dim instance As ErrorSeverityType
    public enum ErrorSeverityType : System.Enum 
    public enum class ErrorSeverityType : public System.Enum 
    Members
    MemberDescription
    Error Error
    Unknown Unknown - means that the value has not been set, or that a faulty reponse was received
    Warning Warning only
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             XdsObjects.Enums.ErrorSeverityType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also