Multiple Choice
In order to display the error message generated by an exception,you use:
A) the Message method of class Exception
B) the Message property of class Exception
C) the ErrorMessage method of class Exception
D) the ErrorMessage property of class Exception
Correct Answer:

Verified
Correct Answer:
Verified
Q5: Which of the following is false regarding
Q6: After an exception has occurred and a
Q7: The base class for all exception classes
Q8: Runtime exceptions can usually be fixed by
Q9: Consider the following code segment:<br>{<br>Var exampleObject =
Q11: The constructor method for an exception class
Q13: Exceptions can occur:<br>A) from C#'s CLR<br>B) through
Q14: Which of the following statements is false<br>A)
Q15: Programmer-defined exception classes typically should contain 3
Q18: Which of the following statements is true?<br>A)