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
14 changes: 7 additions & 7 deletions xml/System/Uri.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.

-or-

The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -416,7 +416,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.

-or-

The MS-DOS path specified in the URI must start with c:\\\\.</exception>
The MS-DOS path specified in the URI must start with c:\\.</exception>
<related type="Article" href="~/docs/standard/serialization/xml-and-soap-serialization.md">XML and SOAP Serialization</related>
</Docs>
</Member>
Expand Down Expand Up @@ -536,7 +536,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.

-or-

The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -646,7 +646,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.

-or-

The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -765,7 +765,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.

-or-

The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -885,7 +885,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.

-or-

The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -1005,7 +1005,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.

-or-

The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
<block subset="none" type="usage">
<para>Because of security concerns, your application should not call this constructor with URI strings from untrusted sources and with <paramref name="dontEscape" /> set to <see langword="true" />. Alternately, you can check a URI string for validity by calling the <see cref="M:System.Uri.IsWellFormedOriginalString" /> method prior to calling this constructor.</para>
</block>
Expand Down