Skip to main content
All docs
V25.2
  • IErrorNotifier.ProcessError(Exception) Method

    Processes the occurred exceptions and allows you to display a user-friendly message in the Report Viewer’s UI.

    Namespace: DevExpress.Blazor.Reporting.Services

    Assembly: DevExpress.Blazor.v25.2.Viewer.dll

    NuGet Package: DevExpress.Blazor.Viewer

    Declaration

    void ProcessError(
        Exception exception
    )

    Parameters

    Name Type Description
    exception Exception

    An exception.

    See Also