0
falsharif created
Hi Team, How Can you i override the default behavior for handling exceptions and displaying the blazorise Dialog that is currently implemented by default in the blazor Project ? I am trying to display my own design for the Dialog that is displayed on backend exceptions
- ABP Framework version: v5.0
- UI type: / Blazor
- DB provider: EF Core /
- Tiered (MVC) or Identity Server Separated (Angular): / no
- Exception message and stack trace:
- Steps to reproduce the issue:"
1 Answer(s)
-
0
Hi,
ABP uses
IUserExceptionInformer
to handler exception. see: https://github.com/abpframework/abp/blob/e3e1779de6df5d26f01cdc8e99ac9cbcb3d24d3c/framework/src/Volo.Abp.AspNetCore.Components.Web/Volo/Abp/AspNetCore/Components/Web/ExceptionHandling/UserExceptionInformer.cs You can replace this interface with your own implementation.