[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ErrorInfo

ErrorInfo Class

Represents detailed information about an error.

Inheritance
ErrorInfo
Namespace: GrapeCity.ActiveReports.Blazor.Viewer
Assembly: MESCIUS.ActiveReports.Blazor.Viewer.dll
Syntax
public class ErrorInfo
Remarks

The ErrorInfo class provides properties to describe an error, including a brief message, detailed information, and the severity level of the error.

Constructors

Name Description
ErrorInfo()

Properties

Name Description
Details

Gets or sets detailed information about the error.

Message

Gets or sets the main message describing the error.

Severity

Gets or sets the severity level of the error.