What if an error occurs in Catch block, how can you prevent it?
Answer Posted / anita chauhan
catch block is used for handling exception or error and if
any such error occures in catch block then again we should
put some exception for that error in the same catch block.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What's the difference between the debug class and trace class? Documentation looks the same.
Why do we use partial class in c#?
What are different types of classes in c#?
What is null in database?
Can a dictionary have the same key?
What is polymorphism c# example?
What is windows forms in c#?
What is the purpose of private constructor in c#?
What is the use of delegate?
Explain the role of the datareader class in ado.net connections?
Where static variables are stored?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
What is view model in c#?
What is new method in c#?
How to use delegates with events?