1 results found
In this article, I will discuss the basic ways to help you how to handle global errors in Asp.net Core Web API. Why do we need to handle global and not local? In web API, exceptions have many types and they may be not the same as a web application.
How to handle all global exception in ASP.NET Core 3.1? I don't want to catch the exception in each action from controllers because it's waste of time to do