dotnet/runtime

Confusing documentation for `AggregateException.GetBaseException()`

Open

#82 853 ouverte le 1 mars 2023

Voir sur GitHub
 (10 commentaires) (2 réactions) (0 assignés)C# (5 445 forks)batch import
area-System.Runtimedocumentationhelp wanted

Métriques du dépôt

Stars
 (17 886 stars)
Métriques de merge PR
 (Merge moyen 12j 11h) (661 PRs mergées en 30 j)

Description

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

Guide contributeur