Skip to content
Closed
Changes from all commits
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
6 changes: 3 additions & 3 deletions xml/System/UriBuilder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1116,9 +1116,9 @@ In either case, the display string does not contain the <xref:System.UriBuilder.

]]></format>
</remarks>
<exception cref="T:System.UriFormatException">The <see cref="T:System.UriBuilder" /> instance has a bad password.

Note: In <see href="/previous-versions/br230232(v=vs.110)">.NET for Windows Store apps</see> or the <see href="/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 cref="T:System.UriFormatException">The <see cref="T:System.UriBuilder" /> instance has a bad password.
> [!NOTE]
> In <see href="/previous-versions/br230232(v=vs.110)">.NET for Windows Store apps</see> or the <see href="/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>
</Docs>
</Member>
Expand Down