Skip to content

Commit c069a8c

Browse files
authored
Update AggregateException.xml (#10396)
1 parent 8ab2989 commit c069a8c

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
@@ -672,8 +672,8 @@
672672
</ReturnValue>
673673
<Parameters />
674674
<Docs>
675-
<summary>Returns the <see cref="T:System.AggregateException" /> that is the root cause of this exception.</summary>
676-
<returns>The <see cref="T:System.AggregateException" /> that is the root cause of this exception.</returns>
675+
<summary>Returns the <see cref="T:System.Exception"/> that is the root cause of this exception. This exception is either the root exception or the first <see cref="T:System.AggregateException"/> that contains either multiple inner exceptions or no inner exceptions at all.</summary>
676+
<returns>The <see cref="T:System.Exception" /> that is the root cause of this exception.</returns>
677677
<remarks>To be added.</remarks>
678678
</Docs>
679679
</Member>

0 commit comments

Comments
 (0)