dotnet/runtime

Confusing documentation for `AggregateException.GetBaseException()`

Open

#82,853 opened on Mar 1, 2023

View on GitHub
 (10 comments) (2 reactions) (0 assignees)C# (5,445 forks)batch import
area-System.Runtimedocumentationhelp wanted

Repository metrics

Stars
 (17,886 stars)
PR merge metrics
 (Avg merge 12d 11h) (661 merged PRs in 30d)

Description

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

Contributor guide