Examveda

In C#, which statement is used to re-throw an exception while preserving the original call stack information?

A. throw

B. rethrow

C. throw ex

D. throw new Exception()

Answer: Option C


Join The Discussion

Related Questions on Exception Handling in C Sharp