Multiple Choice
An IO.IOException exception is thrown when ____.
A) there are problems with division
B) there are problems loading the contents of a file
C) values are not entered properly
D) an attempt is made to store floating point values in a file
Correct Answer:

Verified
Correct Answer:
Verified
Q12: In C# the only checked exceptions are
Q13: Which of the following preventive actions might
Q14: The property of the Exception class that
Q15: What order should ArithmeticException, DivideByZeroException, and Exception
Q16: An error such as attempting to divide
Q18: When an unexpected error occurs in the
Q19: A(n) _ error is associated with a
Q20: The catch clause associated with a try...catch
Q21: When defining your own exception classes, you
Q22: If you are filtering multiple exceptions, the