Global Error Handling in C# Minimal APIs
IAmTimCorey IAmTimCorey
411K subscribers
13,329 views
0

 Published On Mar 25, 2024

Whenever possible, you should handle errors directly in the call chain. However, it is also good to have a global error handler installed so that no implementation details get leaked to the public.

In this video, we will create a basic Minimal API with a broken endpoint. Then, we will create a global error handler to address the error, in case we do not catch it in the specific endpoint where it happens.

Full Training Courses: https://IAmTimCorey.com
Source Code: https://leadmagnets.app/?Resource=Api...

Mailing List: https://signup.iamtimcorey.com/

show more

Share/Embed