dotnet/runtime

Confusing documentation for `AggregateException.GetBaseException()`

Offen

#82.853 geöffnet am 01.03.2023

 (10 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)C# (5.445 Forks)batch import
area-System.Runtimedocumentationhelp wanted

Repository-Metriken

Stars
 (17.886 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 12T 11h) (661 gemergte PRs in 30 T)

Beschreibung

The comment for AggregateException.GetBaseException() says it returns an AggregateException, which is not always (or even usually) the case.

Contributor Guide