Back to Freecodecamp

Review the Principles of Code Debugging and Exception Handling

curriculum/challenges/english/blocks/debug-c-sharp-console-applications/647e22c08acb466c97ccbef7.md

latest1.4 KB
Original Source

--description--

This challenge will be partially completed on the Microsoft Learn platform. Follow these instructions to complete the challenge:

  1. Go to <a href="https://learn.microsoft.com/training/modules/review-principles-code-debugging-exception-handling-c-sharp/" target="_blank" rel="noreferrer">https://learn.microsoft.com/training/modules/review-principles-code-debugging-exception-handling-c-sharp/</a> and complete all the tasks for the "Review the Principles of Code Debugging and Exception Handling" module. This is required to earn the "Debug C# Console Applications" trophy on Microsoft Learn, and qualify for the certification exam.
  2. When you are finished, come back and correctly answer the question below.

--assignment--

Complete the <a href="https://learn.microsoft.com/training/modules/review-principles-code-debugging-exception-handling-c-sharp/" target="_blank" rel="noreferrer">Review the Principles of Code Debugging and Exception Handling</a> module on Microsoft Learn. Then, answer the question below.

--questions--

--text--

What is the relationship between the type of exception and the information it contains?

--answers--

The type of exception determines the information it contains.


The type of exception and the information it contains are unrelated.


The information contained in an exception determines the type of exception.

--video-solution--

1