Can we throw exception from catch Block?
Answer Posted / manee
we can throw the exception in catch block by using throw New
Exception("Exception Message")
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
What is the current version of asp.net?
Which method is used to enforce garbage collection in .net?
What methods are fired during the page load? Init()
Name the namespace which is used by ado.net?
What is a user session?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is the extension of master page in asp.net?
What is active web page?
Why do we need asp.net?
How do we assign page-specific attributes?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What are sharepoint pages?
Explain how do you validate the controls in an asp .net page?
Differentiate the session object and application object?
How long should a session id be?