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
Name the tools or API for developing or testing web api?
What is asp.net? How is it different from asp?
What is a response cookie?
Explain Features in ASP.NET
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is Cookies Less Session?
Write some code using interfaces, virtual methods, and an abstract class`
What is css in asp.net?
What is asp.net used for?
Why session is more secure than cookies?
What are the differnt types of handler in ASP.NET?
What is base class of button control in .net?
What is a viewbag?
Is there any property names “isnavigating”?
Is it true that a Web service must be written in .NET or not?