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 to use ipostback?
How do you sign out from forms authentication?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is OSI layer? Explain different layers.
What are the built-in objects in asp.net?
What is active web page?
What is autopostback in dropdownlist in asp net?
What is intrinsic objects in asp.net?
Describe session handling in a webfarm?
Explain server-side scripting and client-side scripting.
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is enableviewstate in asp net?
Explain diff. Between friend and protected friend?
What is the difference between session and application?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?