Skip to content

Information about what happens when an exception is thrown is scattered between two sections. #776

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

Closed
pkulikov opened this issue Apr 16, 2023 · 0 comments · Fixed by #1005
Assignees
Milestone

Comments

@pkulikov
Copy link
Contributor

pkulikov commented Apr 16, 2023

There are two places in the standard that describe what happens when an exception is thrown:

Those two complement each other, as each contains the information that is not in another. However, they don't reference each other. So, if one reads one of them, most probably one would miss another one.

Would be helpful to add the cross-links between these two parts of the standard.


Associated WorkItem - 178980

@jskeet jskeet added this to the Pre-C# 8.0 milestone Sep 21, 2023
@BillWagner BillWagner self-assigned this Oct 23, 2023
@BillWagner BillWagner moved this from 🔖 Ready to 🏗 In progress in dotnet/docs November 2023 sprint Nov 22, 2023
BillWagner added a commit to BillWagner/csharpstandard that referenced this issue Nov 22, 2023
Fixes dotnet#776

Links are added in both directions between §21.4 and §13.10.6.
@BillWagner BillWagner moved this from 🏗 In progress to 👀 In review in dotnet/docs November 2023 sprint Nov 22, 2023
RexJaeschke pushed a commit that referenced this issue Nov 29, 2023
* Link sections on `throw` and handling exceptions

Fixes #776

Links are added in both directions between §21.4 and §13.10.6.

* Update standard/exceptions.md

Co-authored-by: Bill Wagner <[email protected]>

---------

Co-authored-by: Mads Torgersen <[email protected]>
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in dotnet/docs November 2023 sprint Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants