Examveda

In C#, what happens if an exception occurs inside a catch block?

A. The exception is caught and handled by the same block

B. The program terminates

C. The exception propagates to the calling method

D. The catch block is skipped

Answer: Option A


Join The Discussion

Related Questions on Exception Handling in C Sharp