Examveda

Which of the following statements about exceptions in C# is true?

A. Exceptions cannot be caught at all

B. Exceptions can only be caught in the finally block

C. Exceptions can be caught in any block of code

D. Exceptions can only be caught in the main method

Answer: Option C


Join The Discussion

Related Questions on Exception Handling in C Sharp