Exceptions
Learning Objectives
After completing this chapter, you should understand:
- How to handle an exception in C#
- 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