Login
Remember
Register
Ask a Question
Can we execute multiple catch blocks in C#?
0
votes
asked
Oct 18, 2019
in
C Sharp
by
Robin
Can we execute multiple catch blocks in C#?
multiple-catch-blocks
catch-block-c#
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
No. Once any exception is occurred it executes specific exception catch block and the control comes out.
...