Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VB async call in catch and implicit interfaces still missing in VS Preview 5 #430

Open
vbcodec opened this issue Oct 6, 2016 · 1 comment

Comments

@vbcodec
Copy link

vbcodec commented Oct 6, 2016

Do not forget adding especially calling async function in Catch segment of Try..Catch statement. Now I must create unpleasant workaround by copying exception to variable, test it outside Try..Catch, and call async function.

@DualBrain
Copy link

I agree. It would be extremely helpful to be able to reuse the same methods from within the Catch block instead of me having to create an essentially duplicate code non-async method.

Add to that the fact that the feasibility of this is "very possible" since, I believe, C# does have support for this. ;-)

@gafter gafter transferred this issue from dotnet/roslyn May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants