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 sql data source control in asp.net?

567


What does a switch do?

535


What is round trip in asp.net?

509


What are the different methods of session maintenance in asp.net?

531


How many types of sessions in asp.net?

575






Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?

2266


What is ascx?

525


Explain what are delegates?

571


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

1611


Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc

535


What are the uses of reflection?

575


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

561


What is difference between abstract class and an interface?

499


How is the asp.net mvc architecture different from others? : asp.net mvc

477


In which event of the page life cycle, is the viewstate available?

522