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
Can partial class be inherited?
What you mean by inner exception in c#?
Name the connections does microsoft sql server support?
What is the difference between a field and a property in c#?
What is null character in string?
Define strong name in c#?
When is a class declared as a class abstract?
What is a class in unity?
Why do we need constructor in c#?
What are interfaces in c#?
Can c# inherit multiple classes?
What is the meaning of console writeline in c#?
Why we use get set in c#?
What are the generation of Garbage Collection in C# .NET ?
What is the use of thread join in c#?