Skip to content

Commit 2be79ed

Browse files
jozkeecarlossanlop
andauthored
Remove exception message from CreateSymbolicLink (dotnet#7184)
* Remove exception message from CreateSymbolicLink * adding endlines (DocsPortingTool should've done this) Co-authored-by: Carlos Sanchez <[email protected]>
1 parent a1df63c commit 2be79ed

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

xml/System.IO/Directory.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4107,10 +4107,6 @@ Symbolic links and junctions are the types of links this API can resolve.
41074107

41084108
-or-
41094109

4110-
The link's file system entry type is inconsistent with that of its target.
4111-
4112-
-or-
4113-
41144110
There are too many levels of symbolic links.</exception>
41154111
<related type="Article" href="/windows/win32/fileio/symbolic-links">Windows Developer - Symbolic Links</related>
41164112
<related type="Article" href="/windows/win32/fileio/reparse-points-and-file-operations">Windows Developer - Reparse Points and File Operations</related>

xml/System.IO/File.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4732,10 +4732,6 @@ Symbolic links and junctions are the types of links this API can resolve.
47324732

47334733
-or-
47344734

4735-
The link's file system entry type is inconsistent with that of its target.
4736-
4737-
-or-
4738-
47394735
There are too many levels of symbolic links.</exception>
47404736
<related type="Article" href="/windows/win32/fileio/symbolic-links">Windows Developer - Symbolic Links</related>
47414737
<related type="Article" href="/windows/win32/fileio/reparse-points-and-file-operations">Windows Developer - Reparse Points and File Operations</related>

xml/System.IO/FileSystemInfo.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,10 +1547,6 @@ Symbolic links and junctions are the types of links this API can resolve.
15471547

15481548
-or-
15491549

1550-
The link's file system entry type is inconsistent with that of its target.
1551-
1552-
-or-
1553-
15541550
There are too many levels of symbolic links.</exception>
15551551
<related type="Article" href="/windows/win32/fileio/symbolic-links">Windows Developer - Symbolic Links</related>
15561552
<related type="Article" href="/windows/win32/fileio/reparse-points-and-file-operations">Windows Developer - Reparse Points and File Operations</related>

0 commit comments

Comments
 (0)