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

FIX | Throwing exception from Dispose should not happen #920

Merged
merged 3 commits into from
Feb 23, 2021

Conversation

JRahnama
Copy link
Member

@JRahnama JRahnama commented Feb 18, 2021

Addressing Issue #672, throwing exception from Dispose should not happen.
TryCloseInternal passes an unhandled exception to Close function and the exception comes up from Dispose method. Adding the try/catch block will fix the issue.

@cheenamalhotra cheenamalhotra added this to the 3.0.0-preview1 milestone Feb 19, 2021
@JRahnama JRahnama merged commit cdf423f into dotnet:master Feb 23, 2021
@JRahnama JRahnama deleted the issue-672 branch July 6, 2021 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants