Multiple Choice
What read-only property in the Exception class contains useful information about an Exception object?
A) StackTrace
B) Message
C) toString
D) ThrownText
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: The StackTrace property of an Exception can
Q22: A catch block can catch how many
Q23: What represents the degree to which a
Q24: If you are working on a professional
Q25: Most exceptions that are used by programmers
Q27: What block can you use to ensure
Q28: What methods are used to convert string
Q29: If a finally block is associated with
Q30: What method can be used to terminate
Q31: What type of exception is thrown if