3 April 2014

Can multiple catch blocks be executed in .NET applications?

It's not possible to execute multiple catch blocks in .NET. If once specific catch block executed then it will go to finally block.

No comments:

Post a Comment