|
318 | 318 | <exception cref="T:System.ArgumentNullException">
|
319 | 319 | <paramref name="s" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
|
320 | 320 | <exception cref="T:System.ArgumentOutOfRangeException">The resulting number of bytes is greater than the maximum number that can be returned as an int.</exception>
|
321 |
| - <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation) |
| 321 | + <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for fuller explanation). |
322 | 322 |
|
323 | 323 | -and-
|
324 | 324 |
|
|
570 | 570 | <paramref name="charCount" /> or <paramref name="byteCount" /> is less than zero.</exception>
|
571 | 571 | <exception cref="T:System.ArgumentException">
|
572 | 572 | <paramref name="byteCount" /> is less than the resulting number of bytes.</exception>
|
573 |
| - <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation) |
| 573 | + <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for fuller explanation). |
574 | 574 |
|
575 | 575 | -and-
|
576 | 576 |
|
|
670 | 670 | <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
|
671 | 671 | <exception cref="T:System.ArgumentException">
|
672 | 672 | <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
|
673 |
| - <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation) |
| 673 | + <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for fuller explanation). |
674 | 674 |
|
675 | 675 | -and-
|
676 | 676 |
|
|
771 | 771 | <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
|
772 | 772 | <exception cref="T:System.ArgumentException">
|
773 | 773 | <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
|
774 |
| - <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation) |
| 774 | + <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for fuller explanation). |
775 | 775 |
|
776 | 776 | -and-
|
777 | 777 |
|
|
854 | 854 | -or-
|
855 | 855 |
|
856 | 856 | The resulting number of characters is greater than the maximum number that can be returned as an int.</exception>
|
857 |
| - <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation) |
| 857 | + <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for fuller explanation). |
858 | 858 |
|
859 | 859 | -and-
|
860 | 860 |
|
|
1539 | 1539 | -or-
|
1540 | 1540 |
|
1541 | 1541 | <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
|
1542 |
| - <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation) |
| 1542 | + <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for fuller explanation). |
1543 | 1543 |
|
1544 | 1544 | -and-
|
1545 | 1545 |
|
|
0 commit comments