Can multiple catch blocks be executed?
Answer Posted / senthil kumar
No.We may have the multiple catch block.Every catch block
has the different exception.when code found any error
suitable exception will be fired.but only one catch block
executed.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
Difference between a sub and a function in c#.
When was .net linq added?
Can abstract class be instantiated c#?
How is method overriding different from overloading?
Is array reference type in c#?
What is method and function in c#?
What is the difference between array and list in c#?
What is ac callback?
What are annotations in c#?
What is a protected class c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
Why do I get a security exception when I try to run my c# app?
Why would you use untrusted verification?
What is the and operator in c#?
What is type safe code?