Skip to content

Commit 0aba5f0

Browse files
Fix exception description for PooledConnectionLifetime (#9716)
1 parent ca7d43d commit 0aba5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net.Http/SocketsHttpHandler.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ For example, if the value is 64, then 65,536 bytes are allowed for the maximum r
993993
994994
]]></format>
995995
</remarks>
996-
<exception cref="T:System.ArgumentOutOfRangeException">The value specified is less than <see cref="F:System.TimeSpan.Zero" /> and is not <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" />.</exception>
996+
<exception cref="T:System.ArgumentOutOfRangeException">The value specified is less than <see cref="F:System.TimeSpan.Zero" /> (except <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" />).</exception>
997997
<exception cref="T:System.InvalidOperationException">An operation has already been started on the current instance.</exception>
998998
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed.</exception>
999999
</Docs>

0 commit comments

Comments
 (0)