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

ErrorInfo.Level Enumeration
Defines a set of severity levels for the error.
Syntax
'Declaration
 
Public Enum ErrorInfo.Level 
   Inherits System.Enum
 
Members
MemberDescription
ErrorOutput error-handling messages.
InfoOutput informational messages.
WarningOutput warnings and error-handling messages.
Remarks
The severity level helps in categorizing errors based on their criticality. This can be useful for filtering, logging, or displaying errors to the end-user.
Inheritance Hierarchy

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

See Also