Q9
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
AnswerD.
It can only handle checked exceptions
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board