You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/AggregateException.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -672,8 +672,8 @@
672
672
</ReturnValue>
673
673
<Parameters />
674
674
<Docs>
675
-
<summary>Returns the <seecref="T:System.AggregateException"/> that is the root cause of this exception.</summary>
676
-
<returns>The <seecref="T:System.AggregateException" /> that is the root cause of this exception.</returns>
675
+
<summary>Returns the <seecref="T:System.Exception"/> that is the root cause of this exception. This exception is either the root exception or the first <seecref="T:System.AggregateException"/> that contains either multiple inner exceptions or no inner exceptions at all.</summary>
676
+
<returns>The <seecref="T:System.Exception" /> that is the root cause of this exception.</returns>
0 commit comments