Answers

Question and Answer:

  Home  C# (Sharp) Programming Language

⟩ Can multiple catch blocks be executed?

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.

 189 views

More Questions for you: