Vidyalelo
C# Programming · Q92

Exception Handling in C Sharp

Programming · C# Programming · question 92

Q92

Choose the correct statement which makes exception handling work in C#.NET?

A.
.Net runtime makes search for the exception handler where exception occurs
B.
If no exception is matched, exception handler goes up the stack and hence finds the match there
C.
If no match is found at the highest level of stack call, then unhandledException is generated and hence termination of program occurs
D.
All of the mentioned
Answer

Answer: Option D

Solution

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