nerdexam
Microsoft

98-361 · Question #21

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

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

How the community answered

(40 responses)
  • A
    3% (1)
  • B
    10% (4)
  • C
    83% (33)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice