Exception Handling In C Sharp - Study Mode
[#56] Choose the correct statement about properties describing the indexers?
Correct Answer
(D) All of the mentioned
[#57] Which of these exceptions handles the divide by zero error?
Correct Answer
(A) ArithmeticException
[#58] Choose the correct statements about write-only properties in C#.NET?
Correct Answer
(D) All of the mentioned
[#59] Select the correct statement about an Exception?
Correct Answer
(C) It occurs at run time
[#60] When is no exception thrown at runtime then who will catch it?
Correct Answer
(A) CLR