Vidyalelo
C# Programming · Q8

Exception Handling in C Sharp

Programming · C# Programming · question 8

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
Answer
D.
The finally block is skipped

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board