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 is css in asp.net?

762


Briefly describe the role of global.asax?

749


What are asp.net web forms?

740


Define static constructor?

732


What are all the various Estimation Techniques available ?

861


Is asp.net still used?

749


In how many ways we can retrieve table records count?

733


What are app services?

723


explain code with multi inhertance

1838


What are ASP.NET Web Forms? How is this technology different than what is available though ASP?

1236


What is HTTPModule and HTTPcontext? What is the use of each?

2202


Disable browser cache for entire ASP.NET website?

869


What is the difference between response.redirect and server.transfer?

730


Do you know about caching with the datasource controls?

671


Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

842