What if an error occurs in Catch block, how can you prevent it?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / anita chauhan
catch block is used for handling exception or error and if
any such error occures in catch block then again we should
put some exception for that error in the same catch block.
Is This Answer Correct ? | 3 Yes | 1 No |
What is c# in asp net?
Name the connections does microsoft sql server support?
Any .net training centers available near hitech city , hyderabad?
What are the boolean data types in c#?
What is tuple in c#?
What is the difference between integer and double?
What is inumerable?
What are partial types in c#?
What is the difference between early binding and late binding in c#?
What is delegate in c# interview questions?
Can we make a class private in c#?
Enlist some of the properties of a thread class?