0
bozkan created
- ABP Framework version: v4.3.0
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:" Apply https://docs.abp.io/en/abp/4.4/Exception-Handling#subscribing-to-the-exceptions
Following the instructions on https://docs.abp.io/en/abp/4.4/Exception-Handling#subscribing-to-the-exceptions I added an Exception Subscriber to my project, but it is not hit when exception occurs. Do I need to register MyExceptionSubscriber anywhere ? It is not stated in the documentation.
1 Answer(s)
-
0
hi
when exception occurs
How is the exception occurred? Can you share some code?