Microsoft Exam Questions

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

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

A.
Conclude the execution of the application.

B.
Break out of the error handler.

C.
Execute code only when an exception is thrown.

D.
Execute code regardless of whether an exception is thrown.