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
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5527,8 +5527,7 @@ 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>
5530
+
<exception cref="T:System.ArgumentException">No object in <paramref name="source" /> implements the <see cref="T:System.IComparable" /> or <see cref="T:System.IComparable`1" /> interface.</exception>
@@ -6998,8 +6997,7 @@ Only unique elements are returned.
6998
6997
</remarks>
6999
6998
<exception cref="T:System.ArgumentNullException">
7000
6999
<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>
7000
+
<exception cref="T:System.ArgumentException">No object in <paramref name="source" /> implements the <see cref="T:System.IComparable" /> or <see cref="T:System.IComparable`1" /> interface.</exception>
<paramrefname="offset" /> is less than zero.</exception>
244
-
<exceptioncref="T:System.ArgumentException">- <paramrefname="array" /> is multidimensional.
245
-
246
-
-or-
247
-
248
-
The number of elements in this <seecref="T:System.Net.NetworkInformation.IPAddressCollection" /> is greater than the available space from <paramrefname="offset" /> to the end of the destination <paramrefname="array" />.</exception>
244
+
<exceptioncref="T:System.ArgumentException"><paramrefname="array" /> is multidimensional.
245
+
246
+
-or-
247
+
248
+
The number of elements in this <seecref="T:System.Net.NetworkInformation.IPAddressCollection" /> is greater than the available space from <paramrefname="offset" /> to the end of the destination <paramrefname="array" />.</exception>
249
249
<exceptioncref="T:System.InvalidCastException">The elements in this <seecref="T:System.Net.NetworkInformation.IPAddressCollection" /> cannot be cast automatically to the type of the destination <paramrefname="array" />.</exception>
Copy file name to clipboardExpand all lines: xml/System.Net.PeerToPeer.Collaboration/PeerCollaborationPermission.xml
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -160,11 +160,15 @@
160
160
161
161
]]></format>
162
162
</remarks>
163
-
<exceptioncref="T:System.ArgumentException">- The parameter is not a valid permission element.
164
-
165
-
- The parameter does not contain a valid type or class.
166
-
167
-
- The parameter's version number is not supported.</exception>
163
+
<exceptioncref="T:System.ArgumentException">The parameter is not a valid permission element.
164
+
165
+
-or-
166
+
167
+
The parameter does not contain a valid type or class.
168
+
169
+
-or-
170
+
171
+
The parameter's version number is not supported.</exception>
168
172
<exceptioncref="T:System.ArgumentNullException">The parameter is a <seelangword="null" /> reference (<seelangword="Nothing" /> in Visual Basic).</exception>
Copy file name to clipboardExpand all lines: xml/System.Net.PeerToPeer/PnrpPermission.xml
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -125,9 +125,11 @@
125
125
126
126
]]></format>
127
127
</remarks>
128
-
<exceptioncref="T:System.ArgumentException">- The parameter is not a valid <seecref="T:System.Net.PeerToPeer.PnrpPermission" /> element.
129
-
130
-
- The parameter's version number is not supported.</exception>
128
+
<exceptioncref="T:System.ArgumentException">The parameter is not a valid <seecref="T:System.Net.PeerToPeer.PnrpPermission" /> element.
129
+
130
+
-or-
131
+
132
+
The parameter's version number is not supported.</exception>
131
133
<exceptioncref="T:System.ArgumentNullException">The parameter is a <seelangword="null" /> reference (<seelangword="Nothing" /> in Visual Basic).</exception>
<exceptioncref="T:System.ArgumentException">- The parameter is not a valid <seecref="T:System.Net.PeerToPeer.PnrpPermission" /> element.
177
-
178
-
- The parameter's version number is not supported.</exception>
178
+
<exceptioncref="T:System.ArgumentException">The parameter is not a valid <seecref="T:System.Net.PeerToPeer.PnrpPermission" /> element.
179
+
180
+
-or-
181
+
182
+
The parameter's version number is not supported.</exception>
179
183
<exceptioncref="T:System.ArgumentNullException">The parameter is a <seelangword="null" /> reference (<seelangword="Nothing" /> in Visual Basic).</exception>
Copy file name to clipboardExpand all lines: xml/System.Net.Security/NegotiateStream.xml
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2827,8 +2827,7 @@ The following method is called when the operation completes.
2827
2827
<exceptioncref="T:System.ArgumentNullException">
2828
2828
<paramrefname="asyncResult" /> is <seelangword="null" />.</exception>
2829
2829
<exceptioncref="T:System.ArgumentException">The asyncResult was not created by a call to <seecref="M:System.Net.Security.NegotiateStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" />.</exception>
<exceptioncref="T:System.InvalidOperationException">There is no pending read operation to complete.
2832
2831
2833
2832
-or-
2834
2833
@@ -2898,8 +2897,7 @@ The following example demonstrates a method that is called to complete the async
2898
2897
<exceptioncref="T:System.ArgumentNullException">
2899
2898
<paramrefname="asyncResult" /> is <seelangword="null" />.</exception>
2900
2899
<exceptioncref="T:System.ArgumentException">The asyncResult was not created by a call to <seecref="M:System.Net.Security.NegotiateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" />.</exception>
<exceptioncref="T:System.InvalidOperationException">There is no pending write operation to complete.
2903
2901
2904
2902
-or-
2905
2903
@@ -3467,7 +3465,7 @@ Authentication has not occurred.</exception>
3467
3465
<paramname="offset">A <seecref="T:System.Int32" /> containing the zero-based location in <paramrefname="buffer" /> at which to begin storing the data read from this stream.</param>
3468
3466
<paramname="count">A <seecref="T:System.Int32" /> containing the maximum number of bytes to read from the stream.</param>
3469
3467
<summary>Reads data from this stream and stores it in the specified array.</summary>
3470
-
<returns>A <seecref="T:System.Int32" /> value that specifies the number of bytes read from the underlying stream. When there is no more data to be read, returns 0.</returns>
3468
+
<returns>An <seecref="T:System.Int32" /> value that specifies the number of bytes read from the underlying stream. When there is no more data to be read, returns 0.</returns>
Copy file name to clipboardExpand all lines: xml/System.Net.Security/SslStream.xml
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2643,8 +2643,7 @@
2643
2643
<paramrefname="asyncResult" /> is <seelangword="null" />.</exception>
2644
2644
<exceptioncref="T:System.ArgumentException">
2645
2645
<paramrefname="asyncResult" /> was not created by a call to <seecref="M:System.Net.Security.SslStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" />.</exception>
<exceptioncref="T:System.InvalidOperationException">There is no pending read operation to complete.
2648
2647
2649
2648
-or-
2650
2649
@@ -2712,8 +2711,7 @@ Authentication has not occurred.</exception>
2712
2711
<paramrefname="asyncResult" /> is <seelangword="null" />.</exception>
2713
2712
<exceptioncref="T:System.ArgumentException">
2714
2713
<paramrefname="asyncResult" /> was not created by a call to <seecref="M:System.Net.Security.SslStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" />.</exception>
0 commit comments