Vidyalelo
C# Programming · Q37

Exception Handling in C Sharp

Programming · C# Programming · question 37

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
Answer
C.
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