Q10
What is the purpose of the throw statement in C#?
A.
To suppress an exception
B.
To manually throw an exception
AnswerC.
To define custom exception classes
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board