Answer Posted / nithya
We can throw exception in catch block
Like
try
{
int a=10/0;
}
catch(Exception ex)
{
throw ex;
}
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is args c#?
How many types of constructors are available in c#?
Which is faster hashtable or dictionary?
Can You Prevent Your Class From Being Inherited By Another Class?
What is COM Interoperability?
What is boxing & unboxing?
Is dll a library?
Is hashset ordered c#?
What is sql transaction in c#?
Are c# references the same as c++ references?
What is difference between web and window application?
Are structs value types or reference types?
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
What is tryparse c#?
What is console used for?