MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ErrorSeverity Enumeration

ErrorSeverity Enumeration
Describes the error severity levels.
Syntax
'Declaration
 
Public Enum ErrorSeverity 
   Inherits System.Enum
 
Members
MemberDescription
debugIndicates a debug message.
errorIndicates an error.
infoIndicates an informational message.
warnIndicates a warning.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Blazor.Viewer.ErrorSeverity

See Also