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
What is a dictionary in c#?
Which programming language is best for desktop applications?
In .NET how can you solve the DLL Hell problem?
What are the basics of c#?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
What is readline c#?
Explain static class members.
explain the features of static/shared classes.
What can we do to handle multiple exceptions?
Value Type and Reference Type Data type in C#?
Define assert() method? How does it work?
What is the difference between “out” and “ref” parameters in c#?
What is the difference between iqueryable and ienumerable?
What's the difference between an integer and int?
What language is arduino?