adplus-dvertising
frame-decoration

Question

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: (d).All of the mentioned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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