C#

Is it possible to use multiple catch blocks in C# programming?

catch-block-in-c#

It’s not possible to use multiple catch blocks, for this purpose we design proper catch and block which executed and jump to the next statement/catch and block.

catch-block-in-c#

Leave a Comment