Skip to content

Commit 2e409c1

Browse files
Fix exception description for PooledConnectionLifetime
1 parent b73ca7f commit 2e409c1

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
@@ -887,7 +887,7 @@ For example, if the value is 64, then 65,536 bytes are allowed for the maximum r
887887
888888
]]></format>
889889
</remarks>
890-
<exception cref="T:System.ArgumentOutOfRangeException">The value specified is less than <see cref="F:System.TimeSpan.Zero" /> or is equal to <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" />.</exception>
890+
<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>
891891
</Docs>
892892
</Member>
893893
<Member MemberName="PreAuthenticate">

0 commit comments

Comments
 (0)