Posts by Rodrigo Oliveira • 11 points
1 post
-
0
votes4
answers362
viewsQ: How do I skip the "Finally" block, in C#, when the exception is generated?
If the exception is generated, I want to know if there is a way to "skip" the execution of the block finally. If there is no exception, the finally perform normally. With the goto didn’t work. Code:…