Examveda

In C#, what happens if no catch block matches the exception type thrown in a try block?

A. The program terminates

B. The finally block is executed

C. The finally block is skipped

D. The exception is propagated to the calling method

Answer: Option D


Join The Discussion

Related Questions on Exception Handling in C Sharp