nerdexam
Microsoft

98-361 · Question #155

The purpose of the Catch section in an exception handler is to:

The correct answer is C. Execute code only when an exception is thrown. See the full explanation below for the reasoning.

Question

The purpose of the Catch section in an exception handler is to:

Options

  • AConclude the execution of the application.
  • BBreak out of the error handler.
  • CExecute code only when an exception is thrown.
  • DExecute code regardless of whether an exception is thrown.

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    86% (30)
  • D
    9% (3)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice