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