Can we throw exception from catch Block?
Answer Posted / kakarala sowjanya
You can catch exceptions when the purpose of catching the
exception is to re-throw or transfer the exception to a
different thread. so we can throw exception from catch block
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
What is the difference between typeof() vs gettype()?
How you can return View from ASP.NET Web API method?
Is there any alternative to avoid name collisions other then Namespaces?
How can exception be handled with out the use of try catch?
What is caching? What are different ways of caching in asp.net?
Define the term Scavenging in Caching?
Why SessionID changes in every request in asp.net?
What is the use of session?
What is the difference between the get method () and post method ()?
What is a 1x1 pixel?
What is AutoPostback?
What kind of data can be stored in viewstate?
To get the values in two different controls to match which control you use it?
Why mvc is better than asp.net? : Asp.Net MVC
Name the tools or API for developing or testing web api?