Multiple Choice
When the CLR handles the exception by halting the application ____.
A) the exception is thrown back to the calling method
B) the Main( ) method is placed in an infinite loop
C) the computer locks up
D) an unhandled exception is reported
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q61: _ as a methodical process of finding
Q62: You cannot write a catch clause unless
Q63: _ is/are used to facilitate managing exceptions
Q64: With the Debugger, while in break mode,
Q65: Bugs are normally labeled as _.<br>A) programmer
Q67: What type of error is associated with
Q68: When an application is developed, it is
Q69: Bugs, errors, and exceptions are the same
Q70: An attempt to access an element of
Q71: Only one breakpoint can be set in