From the course: C# Exception and Error Handling

Exceptional times call for exception handling - C# Tutorial

From the course: C# Exception and Error Handling

Exceptional times call for exception handling

- Despite our best efforts as developers, the truth is, our programs are going to run into unexpected problems that need to be handled before they affect the user's experience. In C#, this is accomplished by working with exceptions, which is the modern way for object oriented software to deal with error conditions. Hi, I'm Joe Marini, and I've been building software professionally for some of the best known companies in Silicon Valley for more than 35 years. In this course, we'll learn how to use exception handling to make sure that users of our programs get the best error-free experience possible. There are a lot of things that can go wrong in modern software. And knowing how to deal with these conditions is the key to delivering resilient code that can perform under difficult circumstances. Let's get started.

Contents