How exactly does it work?
When I handle the exception in exception filter the exception won't be printed in the console.
What code exactly is responsible for printing exception to console ?
I was looking at this code: https://github.com/aspnet/Diagnostics/blob/3a868d87a2458fd025ca71e2538b3a72f67c7c50/src/Microsoft.AspNetCore.Diagnostics/DeveloperExceptionPage/DeveloperExceptionPageMiddleware.cs
but it doesn't do that