Skip to content

Commit 637868b

Browse files
authored
Update UriFormatException condition
1 parent 5d45766 commit 637868b

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
@@ -1971,9 +1971,7 @@ If you used an escaped string to construct this instance (for example, `"http://
19711971
</remarks>
19721972
<exception cref="T:System.ArgumentNullException">
19731973
<paramref name="stringToEscape" /> is <see langword="null" />.</exception>
1974-
<exception cref="T:System.UriFormatException">Note: In the <see href="https://go.microsoft.com/fwlink/?LinkID=247912">.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.
1975-
1976-
The length of <paramref name="stringToEscape" /> exceeds 32766 characters.</exception>
1974+
<exception cref="T:System.UriFormatException">.NET Framework only: The length of <paramref name="stringToEscape" /> exceeds 32766 characters.</exception>
19771975
</Docs>
19781976
</Member>
19791977
<Member MemberName="EscapeString">

0 commit comments

Comments
 (0)