Can multiple catch blocks be executed?
Answer Posted / daniel
No, once the proper catch code fires off, the control is
transferred to the finally block (if there are any), and
then whatever follows the finally block.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Can you inherit from multiple classes in c#?
What is an assembly in .net?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
How can I create image pieces/sub image?
The int maps to which C# keyword in .NET type?
What is the base class of all classes in c#?
What are the different types of classes in c#?
What is null in database?
What is static variable in c#?
What is the difference between list and ilist in c#?
What is out in c#?
What does return do in unity?
Define a jagged array in c#?
What are the types of comment in c# with examples?
Why array is faster than arraylist in c#?