Multiple Choice
To display the error message generated by an exception to the user,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
Q11: The exception-handling mechanism allows only objects of
Q12: Which of the following is not included
Q12: When an exception occurs,the Try block _.<br>A)expires<br>B)continues
Q13: The Finally block is an ideal location
Q14: If a Finally block appears after the
Q17: An uncaught exception:<br>A)is a possible exception that
Q18: Which of the following statements is false?<br>A)A
Q20: After a Catch block is entered to
Q21: Methods and the Common Language Runtime can
Q29: A FormatException is used to handle:<br>A) extra