Skip to content

Commit 4f513d6

Browse files
epsitecgewarren
andauthored
Update xml/System/AggregateException.xml
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 0d6d7e9 commit 4f513d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/AggregateException.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@
682682
</ReturnValue>
683683
<Parameters />
684684
<Docs>
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>
685+
<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>
686686
<returns>The <see cref="T:System.Exception" /> that is the root cause of this exception.</returns>
687687
<remarks>To be added.</remarks>
688688
</Docs>

0 commit comments

Comments
 (0)