Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Test for Exception.ToString() calling derived implementation#37960

Merged
stephentoub merged 2 commits into
dotnet:masterfrom
danmoseley:extostring
May 31, 2019
Merged

Test for Exception.ToString() calling derived implementation#37960
stephentoub merged 2 commits into
dotnet:masterfrom
danmoseley:extostring

Conversation

@danmoseley
Copy link
Copy Markdown
Member

Test for dotnet/coreclr#24793
Fixes dotnet/corefx#35647

Comment thread src/System.Runtime/tests/System/ExceptionTests.cs
@danmoseley danmoseley closed this May 28, 2019
@danmoseley danmoseley reopened this May 28, 2019
@danmoseley danmoseley closed this May 29, 2019
@danmoseley danmoseley reopened this May 29, 2019
@stephentoub stephentoub merged commit 0d2ee6c into dotnet:master May 31, 2019
@danmoseley danmoseley deleted the extostring branch June 1, 2019 00:28
@karelz karelz added this to the 3.0 milestone Jul 16, 2019
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…corefx#37960)

* Test for Exception.ToString()

* Ensure Message is not present


Commit migrated from dotnet/corefx@0d2ee6c
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AggregateException.ToString() when wrapped in another exception loses data

3 participants