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
Define satellite assemblies.
Why does my asp.net file have multiple tag with runat=server?
How can we identify that the Page is Post Back?
Where code pages are used?
What is the purpose of asp.net?
What is the difference between system.stringbuilder and system.string
How can exception be handled with out the use of try catch?
What are the different types of cookies in asp.net?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Describe the .net base class library.
Explain diff. Between friend and protected friend?
Explain swagger components.
What is the difference between union and join?
What are the different authentication modes in asp.net?
Define page fragment caching?