Replies: 1 comment 2 replies
-
What if the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, while reading through the ECMA-335 i noticed that
finally
clauses are allowed to rethrow when within a try-catch block.However when trying to create such a code in C# i get an compiler error CS0724 which explicitly forbids this situation. I'd like to know what was the reason not enabling this in C#
Cheers
Beta Was this translation helpful? Give feedback.
All reactions