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
Difference between StackPanel and RelativePanel ?
Why c# is called type safe language?
What does private void mean in c#?
What is using in c#?
Is learning c# hard?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
What is function and method in c#?
What is an enumerator in c#?
How we convert private assembly into public assembly?
How do I enforce const correctness in c#?
What is dependency injection?
What is thread in c#?
Why delegate is used in c#?
What is the use of ienumerable in c#?
What are Uses of CLR