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
Parameters
| Name | Type | Description |
|---|---|---|
| exception | Exception | An exception. |
See Also