Vidyalelo
C# Programming · Q17

Exception Handling in C Sharp

Programming · C# Programming · question 17

Q17

What is the purpose of the using statement in C# exception handling?

A.
To define custom exceptions
B.
To ensure that resources are properly disposed
Answer
C.
To declare exception types
D.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board