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
Choose the correct statement which makes exception handling work in C#.NET?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Choose the correct statement which makes exception handling work in C#.NET?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!