Solved

The Catch Block

Question 3

Multiple Choice

The catch block:
Catch exc As IO.IOException
handles which of the following exceptions?


A) any exception that hasn't been handled by the Try block
B) an exception generated by deleting or renaming an open file
C) an exception generated by attempting to access a file that is missing
D) an exception generated by attempting to access a file within a folder that is missing

Correct Answer:

verifed

Verified

Related Questions