The purpose of the Catch section in an exception handler is to:
A.
Break out of the error handler.
B.
Conclude the execution of the application.
C.
Execute code only when an exception is thrown.
D.
Execute code regardless of whether an exception is thrown.