Multiple Choice
Exceptions can occur:
A) from Visual Basic's CLR
B) in explicitly mentioned code in a Try block
C) in calls to other methods made in a Try block
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: When an exception occurs it is said
Q7: The base class for all exception classes
Q27: The StackTrace property keeps track of all
Q28: An exception's ToString method returns all of
Q33: Which of the following statements is false?<br>A)Exception
Q34: Exception handlers typically access objects declared within
Q35: Try blocks are used for:<br>A)testing for infinite
Q36: Variables local to Try blocks are usable
Q37: It is possible to nest a Try/Catch
Q44: In many cases,handling an exception allows a