This module guides you through a code review and debugging process, as well as the process for adding exception handling to an application.
Learning objectives
- Use the Visual Studio Code debugger tools to identify and correct an issue in your code logic.
- Implement exception handling in a C# console application using the
try-catchpattern. - Create and throw exceptions with customized properties.
- Catch exceptions at a lower level in the call stack.
Leave a Reply