Examveda

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

C. The finally block is skipped

D. None of the above

Answer: Option B


Join The Discussion

Related Questions on Exception Handling in C Sharp