Skip to content

Commit 32526f5

Browse files
author
Ron Petrusha
authored
Added exception information for Min, Max (#2379)
1 parent 89f74c6 commit 32526f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

xml/System.Linq/Enumerable.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5527,6 +5527,8 @@ Only unique elements are returned.
55275527
</remarks>
55285528
<exception cref="T:System.ArgumentNullException">
55295529
<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>
55305532
<related type="Article" href="~/docs/visual-basic/language-reference/queries/aggregate-clause.md">Aggregate Clause (Visual Basic)</related>
55315533
</Docs>
55325534
</Member>
@@ -6996,6 +6998,8 @@ Only unique elements are returned.
69966998
</remarks>
69976999
<exception cref="T:System.ArgumentNullException">
69987000
<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>
69997003
<related type="Article" href="~/docs/visual-basic/language-reference/queries/aggregate-clause.md">Aggregate Clause (Visual Basic)</related>
70007004
</Docs>
70017005
</Member>

0 commit comments

Comments
 (0)