ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ErrorInfo.Level Enumeration

In This Topic
    ErrorInfo.Level Enumeration
    In This Topic
    Defines a set of severity levels for the error
    Syntax
    'Declaration
     
    Public Enum ErrorInfo.Level 
       Inherits System.Enum
    public enum ErrorInfo.Level : System.Enum 
    Members
    MemberDescription
    ErrorOutput error-handling messages.
    InfoOutput informational messages.
    WarningOutput warnings and error-handling messages.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.Model.ErrorInfo.Level

    See Also