Multiple Choice
In order to tell the user what happened in an exception you must
A) pop the exception
B) toss the exception
C) access Exception properties
D) throw the exception
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: When an exception occurs it is said
Q12: Which of the following is not included
Q21: In C#,try blocks are used for:<br>A) testing
Q22: Which of the following is not a
Q23: If an exception handler is to catch
Q25: Stack unwinding is the process that attempts
Q27: After the last catch block,the required finally
Q29: A FormatException is used to handle:<br>A) extra
Q30: Variables local to a try block are
Q31: Which of the following statements is false<br>A)