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

Remove SokcetException from Begin*** methods for 6.0 #6658

Closed
antonfirsov opened this issue Apr 22, 2021 · 2 comments · Fixed by #6894
Closed

Remove SokcetException from Begin*** methods for 6.0 #6658

antonfirsov opened this issue Apr 22, 2021 · 2 comments · Fixed by #6894
Assignees
Labels
area-System.Net.Sockets Pri3 Indicates issues/PRs that are low priority

Comments

@antonfirsov
Copy link
Member

There is an ongoing refactor in 6.0 (dotnet/runtime#43845), resulting in the Socket.Begin*** methods no longer throwing SocketException. We should remove SocketException from the exception list of the methods being refactored for 6.0, hopefully all of them.

@dotnet-bot dotnet-bot added the untriaged New issue has not been triaged by the area owner label Apr 22, 2021
@PRMerger10 PRMerger10 added the Pri3 Indicates issues/PRs that are low priority label Apr 22, 2021
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@ghost
Copy link

ghost commented Apr 22, 2021

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

There is an ongoing refactor in 6.0 (dotnet/runtime#43845), resulting in the Socket.Begin*** methods no longer throwing SocketException. We should remove SocketException from the exception list of the methods being refactored for 6.0, hopefully all of them.

Author: antonfirsov
Assignees: -
Labels:

:watch: Not Triaged, Pri3, area-System.Net.Sockets

Milestone: -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Net.Sockets Pri3 Indicates issues/PRs that are low priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants