From the course: ASP.NET Core: Exception Handling
Why use exception handling? - ASP.NET Core Tutorial
From the course: ASP.NET Core: Exception Handling
Why use exception handling?
- [Ervis] One of the most important features in building robust applications is to make sure that your apps work as expected. But even if a problem occurs you do not want your app to crash and stop working. This is called exception handling. In this course, we'll start off by talking about the importance of exception handling and the commonly used methods to handle exceptions. Next, we'll explore how to catch exceptions locally using the try-catch-finally block. By the end of this course you'll learn about the .NET Core filters and you'll create a custom exception filter which we'll use in your project. Hi, I am Ervis Trupja and I specialize in building enterprise level .NET Core web applications. Join me in my LinkedIn Learning course as we explore exception handling in asp.net core applications.