|
1 |
| -<Type Name="BinaryPrimitives" FullName="System.Buffers.Binary.BinaryPrimitives"> |
| 1 | +<Type Name="BinaryPrimitives" FullName="System.Buffers.Binary.BinaryPrimitives"> |
2 | 2 | <TypeSignature Language="C#" Value="public static class BinaryPrimitives" />
|
3 | 3 | <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit BinaryPrimitives extends System.Object" />
|
4 | 4 | <TypeSignature Language="DocId" Value="T:System.Buffers.Binary.BinaryPrimitives" />
|
@@ -72,6 +72,8 @@ Reads exactly 8 bytes from the beginning of the span.
|
72 | 72 |
|
73 | 73 | ]]></format>
|
74 | 74 | </remarks>
|
| 75 | + <exception cref="T:System.ArgumentOutOfRangeException"> |
| 76 | + <paramref name="source" /> is too small to contain a <see cref="T:System.Double" />.</exception> |
75 | 77 | </Docs>
|
76 | 78 | </Member>
|
77 | 79 | <Member MemberName="ReadDoubleLittleEndian">
|
@@ -108,6 +110,8 @@ Reads exactly 8 bytes from the beginning of the span.
|
108 | 110 |
|
109 | 111 | ]]></format>
|
110 | 112 | </remarks>
|
| 113 | + <exception cref="T:System.ArgumentOutOfRangeException"> |
| 114 | + <paramref name="source" /> is too small to contain a <see cref="T:System.Double" />.</exception> |
111 | 115 | </Docs>
|
112 | 116 | </Member>
|
113 | 117 | <Member MemberName="ReadInt16BigEndian">
|
@@ -402,6 +406,8 @@ Reads exactly 4 bytes from the beginning of the span.
|
402 | 406 |
|
403 | 407 | ]]></format>
|
404 | 408 | </remarks>
|
| 409 | + <exception cref="T:System.ArgumentOutOfRangeException"> |
| 410 | + <paramref name="source" /> is too small to contain a <see cref="T:System.Single" />.</exception> |
405 | 411 | </Docs>
|
406 | 412 | </Member>
|
407 | 413 | <Member MemberName="ReadSingleLittleEndian">
|
@@ -438,6 +444,8 @@ Reads exactly 4 bytes from the beginning of the span.
|
438 | 444 |
|
439 | 445 | ]]></format>
|
440 | 446 | </remarks>
|
| 447 | + <exception cref="T:System.ArgumentOutOfRangeException"> |
| 448 | + <paramref name="source" /> is too small to contain a <see cref="T:System.Single" />.</exception> |
441 | 449 | </Docs>
|
442 | 450 | </Member>
|
443 | 451 | <Member MemberName="ReadUInt16BigEndian">
|
@@ -2513,6 +2521,8 @@ Writes exactly 8 bytes to the beginning of the span.
|
2513 | 2521 |
|
2514 | 2522 | ]]></format>
|
2515 | 2523 | </remarks>
|
| 2524 | + <exception cref="T:System.ArgumentOutOfRangeException"> |
| 2525 | + <paramref name="destination" /> is too small to contain a <see cref="T:System.Double" />.</exception> |
2516 | 2526 | </Docs>
|
2517 | 2527 | </Member>
|
2518 | 2528 | <Member MemberName="WriteDoubleLittleEndian">
|
@@ -2550,6 +2560,8 @@ Writes exactly 8 bytes to the beginning of the span.
|
2550 | 2560 |
|
2551 | 2561 | ]]></format>
|
2552 | 2562 | </remarks>
|
| 2563 | + <exception cref="T:System.ArgumentOutOfRangeException"> |
| 2564 | + <paramref name="destination" /> is too small to contain a <see cref="T:System.Double" />.</exception> |
2553 | 2565 | </Docs>
|
2554 | 2566 | </Member>
|
2555 | 2567 | <Member MemberName="WriteInt16BigEndian">
|
@@ -2851,6 +2863,8 @@ Writes exactly 4 bytes to the beginning of the span.
|
2851 | 2863 |
|
2852 | 2864 | ]]></format>
|
2853 | 2865 | </remarks>
|
| 2866 | + <exception cref="T:System.ArgumentOutOfRangeException"> |
| 2867 | + <paramref name="destination" /> is too small to contain a <see cref="T:System.Single" />.</exception> |
2854 | 2868 | </Docs>
|
2855 | 2869 | </Member>
|
2856 | 2870 | <Member MemberName="WriteSingleLittleEndian">
|
@@ -2888,6 +2902,8 @@ Writes exactly 4 bytes to the beginning of the span.
|
2888 | 2902 |
|
2889 | 2903 | ]]></format>
|
2890 | 2904 | </remarks>
|
| 2905 | + <exception cref="T:System.ArgumentOutOfRangeException"> |
| 2906 | + <paramref name="destination" /> is too small to contain a <see cref="T:System.Single" />.</exception> |
2891 | 2907 | </Docs>
|
2892 | 2908 | </Member>
|
2893 | 2909 | <Member MemberName="WriteUInt16BigEndian">
|
|
0 commit comments