Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions xml/System/Uri.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1971,9 +1971,7 @@ If you used an escaped string to construct this instance (for example, `"http://
</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="stringToEscape" /> is <see langword="null" />.</exception>
<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.

The length of <paramref name="stringToEscape" /> exceeds 32766 characters.</exception>
<exception cref="T:System.UriFormatException">.NET Framework only: The length of <paramref name="stringToEscape" /> exceeds 32766 characters.</exception>
</Docs>
</Member>
<Member MemberName="EscapeString">
Expand Down