What type of exception will this second Catch block handle?

The code in a Try block refers to a file and the first catch block is written as follows:
```
Catch exc As IO.IOException
```
The second catch block is written with the following clause:
Catch
(A) any exception that hasn’t already been handled
(B) an exception generated by deleting or renaming an open file
(C) this block isn’t designed to catch any exceptions
(D) this block will catch all cases where the file specified by fileName does exist

(A) any exception that hasn’t already been handled

Computer Science & Information Technology

You might also like to view...

A business can use a(n) ________ statement to create a line chart that shows income and expenses and the projected break-even point

A) break-even B) profit and loss C) estimated income D) summary

Computer Science & Information Technology

The Show Iteration Results check box is located in the ____ dialog box.

A. Goal Seek solution B. Data Validation Rules C. Add Scenarios D. Solver Parameters

Computer Science & Information Technology