Skip to main content
All docs
V26.1
  • 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.v26.1.Viewer.dll

    Declaration

    void ProcessError(
        Exception exception
    )

    Parameters

    Name Type Description
    exception Exception

    An exception.

    See Also