Multiple Choice
After a Catch block is entered to handle an exception,which of the following statements are true?
I.A Catch block can rethrow an exception that it has not handled.
II.A Catch block can rethrow an exception that it has partially handled.
III.A rethrown exception may be handled by an exception handler list after that enclosing Try block.
IV.A Catch block cannot rethrow an exception that it has completely handled.
A) All of the above
B) II,III,and IV
C) I,II,and III
D) both I and II
Correct Answer:

Verified
Correct Answer:
Verified
Q12: Which of the following is not included
Q16: To display the error message generated by
Q17: An uncaught exception:<br>A)is a possible exception that
Q18: Which of the following statements is false?<br>A)A
Q21: Methods and the Common Language Runtime can
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
Q29: A FormatException is used to handle:<br>A) extra
Q37: The Message property of an exception is