Skip to content

Commit 0d6d7e9

Browse files
authored
Update AggregateException.xml
Related to dotnet/runtime#107743
1 parent 250b672 commit 0d6d7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/AggregateException.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,8 +682,8 @@
682682
</ReturnValue>
683683
<Parameters />
684684
<Docs>
685-
<summary>Returns the <see cref="T:System.AggregateException" /> that is the root cause of this exception.</summary>
686-
<returns>The <see cref="T:System.AggregateException" /> that is the root cause of this exception.</returns>
685+
<summary>Returns the <see cref="Exception"/> that is the root cause of this exception. This will either be the root exception, or the first <see cref="AggregateException"/> that contains either multiple inner exceptions or no inner exceptions at all.</summary>
686+
<returns>The <see cref="T:System.Exception" /> that is the root cause of this exception.</returns>
687687
<remarks>To be added.</remarks>
688688
</Docs>
689689
</Member>

0 commit comments

Comments
 (0)