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

    public void ProcessError(
        Exception ex
    )

    Parameters

    Name Type Description
    ex Exception

    An exception.

    See Also