dotnet-architecture / eShopOnContainers

Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
https://dot.net/architecture
24.53k stars 10.35k forks source link

Implement Global Exception Handling using the ASP.NET Core Middleware #42

Closed CESARDELATORRE closed 6 years ago

CESARDELATORRE commented 7 years ago

Implement Global Exception Handling using the Custom ASP.NET Core Middleware that will be used from all the eShopOncontainers microservices. See info like : “Global Exception Handling in ASP.NET Core Web API”: http://www.talkingdotnet.com/global-exception-handling-in-aspnet-core-webapi/

http://stackoverflow.com/questions/38630076/asp-net-core-web-api-exception-handling

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/error-handling

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware

yogpotdar commented 4 years ago

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/error-handling?view=aspnetcore-3.1