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.Linq/Enumerable.xml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5527,6 +5527,8 @@ Only unique elements are returned.
5527
5527
</remarks>
5528
5528
<exception cref="T:System.ArgumentNullException">
5529
5529
<paramref name="source" /> is <see langword="null" />.</exception>
5530
+
<exception cref="T:System.ArgumentException">
5531
+
No object in <paramref name="source" /> implements the <see cref="T:System.IComparable" /> or <see cref="T:System.IComparable`1" /> interface. </exception>
@@ -6996,6 +6998,8 @@ Only unique elements are returned.
6996
6998
</remarks>
6997
6999
<exception cref="T:System.ArgumentNullException">
6998
7000
<paramref name="source" /> is <see langword="null" />.</exception>
7001
+
<exception cref="T:System.ArgumentException">
7002
+
No object in <paramref name="source" /> implements the <see cref="T:System.IComparable" /> or <see cref="T:System.IComparable`1" /> interface. </exception>
0 commit comments