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)- A3% (1)
- B10% (4)
- C83% (33)
- D5% (2)
Community Discussion
No community discussion yet for this question.