Examples from Chapter 8 (Exceptions) of Programming C# 10.0 (O'Reilly).
- Example 3. Handling an exception
- Example 4. Using the exception in a catch block
- Example 5. Handling multiple exception types
- Example 6. Catch block with exception filter
- Example 7. Nested exception handling
- Example 8. A finally block