Debug C# console applications (Get started with C#, Part 6)
Learn how to debug C# console applications in Visual Studio Code and how to implement exception handling using the try-catch pattern. Configure the C# debugger tools in Visual Studio Code and use the debugger tools to isolate and fix logic issues. Examine the exception types provided by .NET and the properties of exception objects, then implement exception handling and throw customized exception objects.
An installation of Visual Studio Code that’s configured for C# application development., Ability to develop C# console applications that implement business logic using iteration statements, selection statements, and custom methods.
There are no reviews yet.