Multiple Choice
To trap or catch exceptions,use a _______ block and enclose any statement(s) that might cause an error.
A) With \ End With
B) Try \ Catch
C) For \ Next
D) TheException
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: A variable that will store totals and
Q18: A numeric variable that is declared with
Q19: Which of the following is NOT a
Q20: What statement should be used to declare
Q21: What will be the value of AnswerInteger
Q23: If a procedure contains a Dim statement
Q24: Which of the following is NOT a
Q25: Variables that are declared inside a procedure
Q26: Using the order of precedence and the
Q27: Which of the following is NOT a