Examlex

Solved

The Code in a Try Block Refers to a File

question 15

Multiple Choice

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

What type of exception will this second Catch block handle?


Definitions:

Related Questions