Error Handling in C# with Exceptions
Course info



Course info



Description
At the core of handling errors in C# code is a thorough knowledge of exception handling. In this course, Error Handling in C# with Exceptions, you’ll learn how to write code that can detect and respond to runtime errors. First, you’ll learn why exceptions are used to represent errors in C# and how they are organized into class hierarchies. Next, you’ll explore how to throw, catch, filter, rethrow, and wrap exceptions. Finally, you’ll discover how to define, throw, and catch your own customized exception classes and also write unit tests for exception throwing code. When you’re finished with this course, you’ll have a thorough knowledge of C# exceptions that will help you to create production-ready C# applications that detect and respond to runtime errors.
Section Introduction Transcripts
Course Overview
Hi everyone, my name's Jason Roberts. Welcome to my course, Error Handling in C# with Exceptions. I'm a freelance developer and author. In this course, you're going to learn what exceptions are, and how to use them to handle errors in your C# applications. Some of the major topics that we'll cover in this course include the exception class hierarchy and useful standard exception types, different ways to throw and handle exceptions, how to create custom exceptions, and how to unit test exception throwing code. By the end of this course, you'll understand how C# exceptions work, and how to use them to manage errors in your C# solutions. Before beginning the course, it's recommended that you have at least a basic understanding of C#. I hope you'll join me on this journey with the Error Handling in C# with Exceptions course at Pluralsight.