The Workshop provides quiz questions to help solidify your understanding of what was covered in this hour. Answers are provided in Appendix A, Quiz Answers.
1: | What is the base class for all exceptions in the .NET Framework? |
2: | What is the namespace that provides diagnostic classes such as the Trace and Debug classes? |
3: | When is the finally code block called? |
4: | What exception does the InnerException property contain? |
Top |