Examveda

Which of the following statements about the try-catch block in C# is true?

A. It must be followed by a finally block

B. It must contain at least one try block

C. It must contain at least one catch block

D. It can only handle checked exceptions

Answer: Option C


Join The Discussion

Related Questions on Exception Handling in C Sharp