Can multiple catch blocks be executed?
Answer Posted / guest
It is possible to use more than one specific catch clause
in the same try-catch statement. In this case, the order of
the catch clauses is important because the catch clauses
are examined in order. Catch the more specific exceptions
before the less specific ones.
source: msdn
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
What is method and function in c#?
Explain the difference between pass by value and pass by reference.
How many types of constructors are there in c#?
Define an assembly in .net?
What is strongly typed in c#?
What is the use of thread join in c#?
What do you know about Translate Accelerator?
How many types of namespaces available in version4?
Define delegate in c#?
What is difference between code access and role based security?
What is the difference between decimal and integer?
Explain lock, monitors, and mutex object in threading.
How can I get the ascii code for a character in c#?
How to rotate an Image in C#?