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


Please Help Members By Posting Answers For Below Questions

What is boxing? Explain its functionality?

734


What is an assembly in .net?

749


How do you access a constant field declared in a class?

667


What does question mark mean in c#?

775


What is difference between ienumerable and list in c#?

633


How do you type a null character?

658


Describe a Struct ?

741


What is a bool in c#?

640


What is the difference between abstract and virtual?

659


how to stored and retrive video in Sql server using asp.net c#......?

727


List the difference between the virtual method and the abstract method?

670


What is serialization in dot net?

675


What is difference between dynamic and var in c#?

670


how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used

2588


Can a constructor have a return type?

684