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:

Verified
Correct Answer:
Verified
Q1: Before a text file can be opened
Q2: If a text file is opened for
Q4: The characters < and & cannot appear
Q5: In a Try-Catch-Finally block, the code in
Q6: Which of the following statements will result
Q7: A Catch block of code that is
Q8: In a Try-Catch-Finally block, if there are
Q9: Each element of an XML document must
Q10: The line of code<br> sw.Close <br>when used
Q11: Text files are updated by opening them