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

Explain Features in ASP.NET

577


Is asp.net and .net same?

542


Mention the namespace that is used to include .net data provider for sql server in .net code?

508


What is view state and how it works in asp net?

550


What is the mvc model?

581






Where is session cookies stored?

521


What are the various session state management options provided by asp.net?

543


Where is the view state data stored in asp net?

561


What are the advantages and disadvantages of session?

663


How to prevent client side validation from the ASP.NET validation controls?

578


What is the web.config file in asp?

637


What are Session states available and its Uses?

1697


1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5

1763


Define msil.

551


How to retrieve user name in case of Window Authentication?

279