Skip to content

Commit 84ad1e1

Browse files
committed
delete duplicate </exception> tags
1 parent a92e85b commit 84ad1e1

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

xml/System.Net.Http/HttpClient.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,6 @@ The <paramref name="requestUri" /> is not an absolute URI.
23582358
-or-
23592359

23602360
The size specified is greater than the maximum allowed buffer size.</exception>
2361-
</exception>
23622361
<exception cref="T:System.InvalidOperationException">An operation has already been started on the current instance.</exception>
23632362
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed.</exception>
23642363
</Docs>
@@ -3734,7 +3733,6 @@ httpClient.Timeout = TimeSpan.FromMinutes(10);
37343733
-or-
37353734

37363735
The timeout specified is greater than <see cref="F:System.Int32.MaxValue" /> milliseconds.</exception>
3737-
.</exception>
37383736
<exception cref="T:System.InvalidOperationException">An operation has already been started on the current instance.</exception>
37393737
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed.</exception>
37403738
</Docs>

xml/System.Net.Http/SocketsHttpHandler.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ The default proxy is used only when <xref:System.Net.Http.SocketsHttpHandler.Use
520520
-or-
521521

522522
The timeout specified is greater than <see cref="F:System.Int32.MaxValue" /> milliseconds.</exception>
523-
.</exception>
524523
<exception cref="T:System.InvalidOperationException">An operation has already been started on the current instance.</exception>
525524
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed.</exception>
526525
</Docs>
@@ -634,7 +633,6 @@ Delay value must be greater than or equal to 1 second. Set to <xref:System.Threa
634633
-or-
635634

636635
The provided value is greater than <see cref="F:System.Int32.MaxValue" /> milliseconds.</exception>
637-
.</exception>
638636
<exception cref="T:System.InvalidOperationException">An operation has already been started on the current instance.</exception>
639637
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed.</exception>
640638
</Docs>
@@ -712,7 +710,6 @@ Timeout must be greater than or equal to 1 second. Set to <xref:System.Threading
712710
-or-
713711

714712
The provided value is greater than <see cref="F:System.Int32.MaxValue" /> milliseconds.</exception>
715-
.</exception>
716713
<exception cref="T:System.InvalidOperationException">An operation has already been started on the current instance.</exception>
717714
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed.</exception>
718715
</Docs>

0 commit comments

Comments
 (0)