Chapter 11: Exceptions

Learning Objectives

After completing this chapter, you should understand:

  1. How to handle an exception in C#
  2. Common exceptions in C#

Key Terminology

Introduction to Exceptions

  • Exceptions, Null pointer

Handling Exceptions

  • Exception swallowing

Handling Exceptions

  • Checked exceptions, Unchecked exceptions, try/catch/finally