Q37
In C#, what happens if an exception is thrown inside a finally block?
A.
The exception is caught and handled by the finally block
B.
The exception replaces any previously thrown exception
AnswerC.
The finally block is skipped
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board