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)- A3% (1)
- B3% (1)
- C86% (30)
- D9% (3)
Community Discussion
No community discussion yet for this question.