Skip to content
Merged
Show file tree
Hide file tree
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
Next Next commit
Remove exception message from CreateSymbolicLink
  • Loading branch information
jozkee committed Sep 14, 2021
commit a2cfb0f2312383dceac4406040069d6ae6aafa13
1 change: 0 additions & 1 deletion xml/System.IO/Directory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4095,7 +4095,6 @@ When `returnFinalTarget` is `true`, the maximum number of symbolic links that ar
]]></format>
</remarks>
<exception cref="T:System.IO.IOException">The directory on <paramref name="linkPath" /> does not exist.
-or- The link's file system entry type is inconsistent with that of its target.
-or- Too many levels of symbolic links.</exception>
</Docs>
</Member>
Expand Down
1 change: 0 additions & 1 deletion xml/System.IO/File.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4719,7 +4719,6 @@ When `returnFinalTarget` is `true`, the maximum number of symbolic links that ar
]]></format>
</remarks>
<exception cref="T:System.IO.IOException">The file on <paramref name="linkPath" /> does not exist.
-or- The link's file system entry type is inconsistent with that of its target.
-or- Too many levels of symbolic links.</exception>
</Docs>
</Member>
Expand Down
1 change: 0 additions & 1 deletion xml/System.IO/FileSystemInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,6 @@ When `returnFinalTarget` is `true`, the maximum number of symbolic links that ar
]]></format>
</remarks>
<exception cref="T:System.IO.IOException">The file or directory does not exist.
-or- The link's file system entry type is inconsistent with that of its target.
-or- Too many levels of symbolic links.</exception>
</Docs>
</Member>
Expand Down