When an unhandled exception message is displayed and you click on the Details button in Visual Studio, ____.
A. instructions are given about how to recover from the error
B. a stack trace of methods with the method that raised the exception listed first is displayed
C. details about the error including how to halt the program are displayed
D. a stack trace of variables and their values is displayed
Answer: B
You might also like to view...
What do a router’s routing tables do? (Select all that apply.)
a. Keep track of the routes to forward data to its destination b. Keep track of the IP addresses to forward data to its destination c. Keep track of the MAC addresses to forward data to its destination d. None of these answers is correct.
The global tool that lets you to find files is called the ____.
A. search manager B. search engine C. file explorer D. file manager
What’s the purpose of keyword new? Explain what happens when you use it.
What will be an ideal response?
If the controlling expression in the switch statement is not equal to any of the case labels and there is no default case, __________ .
a) an error occurs b) an infinite loop occurs c) the program continues execution with the next statement after the switch d) the first case’s statements are executed