+ 2
catch
Is it possible to execute multiple catch blocks in c#?
3 Réponses
+ 2
yes. multiple catch blocks are allowed for one try block.
0
Yes.
after try{}
you may put any number of catch{} after it.
0
yes
Is it possible to execute multiple catch blocks in c#?