What if an error occurs in Catch block, how can you prevent it?
Answer Posted / 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 |
Post New Answer View All Answers
What does type safe mean in c#?
How do you prevent a class from being inherited in c#?
Can you specify nested classes as partial classes?
Explain when should you call the garbage collector in .net?
Why do we need to serialize data?
What is dbml file in c#?
Is std :: string null terminated?
What is the meaning of int parse in c#?
What is a web service in c#?
Is exe is machine dependent?
If casting fails what type of exception is thrown?
Is string value type c#?
What is ildasm and obfuscator in net?
Why do we need encapsulation in c#?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?