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
How do you use viewstate?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
When Cookies are expired in ASP.NET?
What can we do with asp.net?
Which method is used to enforce garbage collection in .net?
What is the use of express session?
Do you support digital rights management to protect my videos?
Is it possible to apply themes to an asp.net application? If yes, then how?
What is the behavior of a Web browser when it receives an invalid element?
What is webresource axd?
Which is better session or viewstate?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is css in asp.net?
What is session management in web application?
How many types of validators are there in asp net?