What if an error occurs in Catch block, how can you prevent it?
Answer Posted / sanchayeeta sen
hi,
we can insert a new try-catch block inside the catch block.
try-catch blocks are used for handling errors in c#.
thanks
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How garbage collection deals with circular references.
What are jagged arrays used for?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
What is property c#?
Is c# different than c++?
Can hashtable have duplicate keys in c#?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
What are the types of serialization?
Explain About multi level and multiple inheritance how to achieve in .net
What are boxing and unboxing?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
What is the difference between abstract class and interface in c#?
What are native functions?
Explain about ODP.net
What does int parse do in c#?