Can we throw exception from catch Block?
Answer Posted / deepika
The above answer is wrong.We can absolutely throw
exceptions in catch blocks.This is called bubbling the
exceptions to one level higher.If catch block can not
handle exceptions,then it can throw the exception that it
caught, to it's caller
| Is This Answer Correct ? | 46 Yes | 1 No |
Post New Answer View All Answers
What is is post back property in asp net?
Can more than one person use the same login?
what are the security certificates used in webservices?
What is mvc in asp.net tutorial? : Asp.Net MVC
How are sessions stored?
What is the difference between session and application?
What is the difference between response.redirect and server.transfer?
Can the unique key be null?
What is globalization and localization in asp net?
Write the different features of a Thread and a Process?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
Explain the use of duration attribute of @outputcache page directive.
What is client side state management?
Why SessionID changes in every request in asp.net?
Which is better php or asp.net?