Multiple Choice
The property of the Exception class that returns a string describing the exception is ____.
A) ExceptionType
B) ExceptionInformation
C) ExceptionData
D) Message
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Custom exceptions must derive from the _
Q10: Which of the following would not throw
Q11: If a try block is included, you
Q12: In C# the only checked exceptions are
Q13: Which of the following preventive actions might
Q15: What order should ArithmeticException, DivideByZeroException, and Exception
Q16: An error such as attempting to divide
Q17: An IO.IOException exception is thrown when _.<br>A)
Q18: When an unexpected error occurs in the
Q19: A(n) _ error is associated with a