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
How string definitions will prevent escaping on backslashes in C#?
Can we set image Source dynamically using C# in WPF application?
What is disconnected data architecture in c#?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
what is scope of a protected internal member variable of a c# class
Helo , Help Me , Help Me About : C# Windows Application - Network How To Manage IP Client's Accessiblity To The Internet Share concise Substitute , Minor ISA Server
What does the keyword “virtual†declare for a method or property?
Which config file has all the supported channels/protocol?
Why do we need private constructor in c#?
If you donot specify an access modifier for a method, what is the default access modifier?
Which programming language is best for desktop applications?
What is expression tree with example?
What is or operator in c#?
What is the difference between array and arraylist c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?