Skip to content

Commit 8586739

Browse files
authored
Update EscapeUriString too
1 parent 637868b commit 8586739

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

xml/System/Uri.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2127,9 +2127,7 @@ If you used an escaped string to construct this instance (for example, `"http://
21272127
</remarks>
21282128
<exception cref="T:System.ArgumentNullException">
21292129
<paramref name="stringToEscape" /> is <see langword="null" />.</exception>
2130-
<exception cref="T:System.UriFormatException">The length of <paramref name="stringToEscape" /> exceeds 32766 characters.
2131-
2132-
Note: In <see href="https://learn.microsoft.com/previous-versions/br230232(v=vs.110)">.NET for Windows Store apps</see> or the <see href="https://learn.microsoft.com/dotnet/standard/cross-platform/cross-platform-development-with-the-portable-class-library">Portable Class Library</see>, catch the base class exception, <see cref="T:System.FormatException" />, instead.</exception>
2130+
<exception cref="T:System.UriFormatException">.NET Framework only: The length of <paramref name="stringToEscape" /> exceeds 32766 characters.</exception>
21332131
</Docs>
21342132
</Member>
21352133
<Member MemberName="Fragment">

0 commit comments

Comments
 (0)