Q14
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
AnswerD.
throw new Exception()
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board