Microsoft Exam Questions

Which of the following is the statement that must be applied second?

You work as a developer at ABC.com. The ABC.com network consists of a single domain named
ABC.com.
You have been instructed to develop an application that accesses data from a file. You have been
informed that in the event of an error occurring when the file is read, a block of code should be
triggered. Also, another block of code must be triggered regardless of whether this error occurs or
not.

To achieve this, you require the use of three statements that must be applied in a specific order.
Which of the following is the statement that must be applied second?

A.
The completely statement.

B.
The finally statement.

C.
The restore statement.

D.
The throw statement.

E.
The debug statement.

F.
The throw statement.

Explanation: