Q8
In C#, what happens if an exception is thrown within a finally block?
A.
The program terminates
B.
The exception propagates to the calling method
C.
The exception is caught and handled by the finally block
AnswerD.
The finally block is skipped
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board