How to redirect an Exception that was caught by a MiddleWare back to a Controller’s Action in C# Asp.Net CORE?
Lately, I have been trying to implement a strategy for dealing with Exceptions in my C# ASP.NET CORE application with no success. This strategy is structured in two parts: