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 properties be overloaded in c#?
What is a int in c#?
What is class method c#?
What is private static in c#?
What is data set in c#?
Why do we write system in c#?
What is difference between private, protected, and public in C#?
What is a string in c#?
How to get the sum of last 3 items in a list using lambda expressions?
What is parallel foreach in c#?
Is stringbuilder faster than string concatenation c#?
What are the three types of operators?
What is the difference between new and override in c#?
Do vs while c#?
Define strong name in c#?