Test Your Knowledge

C# Fundamentals - Lesson 9: Exception Handling Quiz

Answer all questions to test your understanding

1 What is exception handling in C#?
2 What is the correct order of catch blocks?
3 What is the purpose of the finally block?
4 Which keyword is used to throw a custom exception?
5 What does the using statement do?