ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ErrorInfo Structure / Severity Property

In This Topic
    Severity Property (ErrorInfo)
    In This Topic
    Gets a value indicating the severity level of the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Severity As ErrorInfo.Level
    public ErrorInfo.Level Severity {get;}

    Property Value

    The severity level as defined by the ErrorInfo.Level enumeration.
    Remarks
    The default value is ErrorInfo.Level.Error.
    See Also