Skip to content

Commit 6ca4fd6

Browse files
committed
fix space
1 parent 7c71b73 commit 6ca4fd6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

xml/System/Uri.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
277277
<para>In the <see href="https://go.microsoft.com/fwlink/?LinkID=247912">.NET for Windows Store apps</see> or the <see href="https://docs.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.</para>
278278
</block>
279279
<paramref name="uriString" /> is empty.
280-
280+
281281
-or-
282282

283283
The scheme specified in <paramref name="uriString" /> is not correctly formed. See <see cref="M:System.Uri.CheckSchemeName(System.String)" />.
@@ -324,7 +324,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
324324

325325
-or-
326326

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

417417
-or-
418418

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

537537
-or-
538538

539-
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
539+
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
540540
</Docs>
541541
</Member>
542542
<Member MemberName=".ctor">
@@ -591,7 +591,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
591591
<para>In the <see href="https://go.microsoft.com/fwlink/?LinkID=247912">.NET for Windows Store apps</see> or the <see href="https://docs.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.</para>
592592
</block>
593593
<paramref name="uriString" /> contains a relative URI and <paramref name="uriKind" /> is <see cref="F:System.UriKind.Absolute" />.
594-
594+
595595
or
596596

597597
<paramref name="uriString" /> contains an absolute URI and <paramref name="uriKind" /> is <see cref="F:System.UriKind.Relative" />.
@@ -646,7 +646,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
646646

647647
-or-
648648

649-
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
649+
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
650650
</Docs>
651651
</Member>
652652
<Member MemberName=".ctor">
@@ -718,7 +718,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
718718
<para>In the <see href="https://go.microsoft.com/fwlink/?LinkID=247912">.NET for Windows Store apps</see> or the <see href="https://docs.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.</para>
719719
</block>
720720
The URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is empty or contains only spaces.
721-
721+
722722
-or-
723723

724724
The scheme specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
@@ -765,7 +765,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
765765

766766
-or-
767767

768-
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
768+
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
769769
</Docs>
770770
</Member>
771771
<Member MemberName=".ctor">
@@ -838,7 +838,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
838838
<para>In the <see href="https://go.microsoft.com/fwlink/?LinkID=247912">.NET for Windows Store apps</see> or the <see href="https://docs.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.</para>
839839
</block>
840840
The URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is empty or contains only spaces.
841-
841+
842842
-or-
843843

844844
The scheme specified in the URI formed by combining <paramref name="baseUri" /> and <paramref name="relativeUri" /> is not valid.
@@ -885,7 +885,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
885885

886886
-or-
887887

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

10061006
-or-
10071007

1008-
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
1008+
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
10091009
<block subset="none" type="usage">
10101010
<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>
10111011
</block>

0 commit comments

Comments
 (0)