Solved

Which of the Following Statements Is False

Question 31

Multiple Choice

Which of the following statements is false


A) Prior to C# 6, you could catch an exception based only on its type.
B) C# 6's exception filters enable you to catch an exception based on a catch's exception type and a condition that's specified with a when clause.
C) You also can specify an exception filter for a general catch clause that does not provide an exception type.
D) If an exception filter's condition is false, the exception will not be caught and the original exception's stack-trace information will be deleted.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions