Can we throw exception from catch block ?

Answer Posted / vamshi krishna

Try
{
//Implemented code
}
catch(ex)
{
alert(ex.message)
}

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the Types of object in asp

630


What are resource file and how do we generate resource file?

558


How do you store a value in viewstate and retrieve them?

558


How to handle errors in Web API?

615


Explain the concept of MVC Scaffolding?

582






What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

1499


What are the namespace classes used in asp.net mvc? : asp.net mvc

536


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

1458


What is http post action?

526


How would you get asp.net running in apache web servers? Explain it's limitations.

524


What are uri parameters?

533


How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?

622


Give me one example of Web API Routing?

592


Where are session variables stored?

505


Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?

576