ASP.NET Tips How to Handle, Serializing, and Returning Exceptions in an ASP.NET Core API September 7, 2022 Javier Huthon ASP.NET Core offers a very cool way to avoid all that boring boilerplate exception handling code, just by intercepting all requests. It is called Middleware and actually,