Answer Posted / sudipta
Throw statement can be used in the catch block to rethrow
the exception,which has been caught by the catch statement.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you declare a method in c#?
What is parseexact c#?
What is static class in C#?
Do extension methods have to be static?
Is hashset serializable c#?
What is generic method in c#?
Define delegation in .net?
What is variable in c#?
What do you mean by synchronous and asynchronous operations?
What is eager loading in c#?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
What is difference between c and c sharp?
What is out in c#?
Is and as in c#?
Can hashset contain duplicates c#?