ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ErrorInfo Class / Severity Property

In This Topic
    Severity Property (ErrorInfo)
    In This Topic
    Gets or sets the severity level of the error.
    Syntax
    'Declaration
     
    Public Property Severity As ErrorSeverity
    public ErrorSeverity Severity {get; set;}

    Property Value

    The severity of the error, represented as an enum of type ErrorSeverity.
    See Also