0 votes
in C Sharp by

Can multiple catch blocks be executed?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Mar 5, 2020 in C Sharp by JackTerrance
0 votes
asked Oct 4, 2022 in Redis by john ganales
...