Multiple Choice
An exception's ToString method returns all of the following except:
A) the name of the exception
B) a stack trace
C) the throw point
D) the inner exception
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: When an exception occurs it is said
Q7: The base class for all exception classes
Q23: Almost all runtime exceptions can be fixed
Q24: Which of the following statements about the
Q25: When reading a stack trace,start from the
Q26: In the Catch header below,what is e?
Q27: The StackTrace property keeps track of all
Q32: Exceptions can occur:<br>A)from Visual Basic's CLR<br>B)in explicitly
Q33: Which of the following statements is false?<br>A)Exception
Q44: In many cases,handling an exception allows a