Vidyalelo
C# Programming · Q9

Exception Handling in C Sharp

Programming · C# Programming · question 9

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
Answer
D.
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