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
Why can't we use a static class instead of singleton?
Why can’t struct be used instead of class for storing entity?
Is c# front end or back end?
How to override a function in c#?
Can hashtable have duplicate keys in c#?
without modifying source code if we compile again, will it be generated MSIL again?
What does mean c#?
Can we extend sealed class in c#?
What is Satellite Assemblies ?
If you donot specify an access modifier for a method, what is the default access modifier?
What is the purpose of static?
What are the return types in c#?
Is dictionary a collection?
What is dataadapter c#?
What's different between c# and c/c++?