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 null propagation c#?
What is a scope in c#?
What is lazy loading and eager loading in c#?
Can we have only “try” block without “catch” block in c#?
Why do canadians say zed?
What is difference between string and string builder?
How to use the sreamReader class to read form a text file?
What is array class in c#?
What is the default value of decimal in c#?
What is difference between private, protected, and public in C#?
Which language is used for desktop application?
What is a trace and asset? Explain some differences?
What does immutable mean in c#?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What is the meaning of MSIL?