Skip to content

Commit 8ce0057

Browse files
replaced some paramref's to non-existent params to see to related… (#3582)
* replaced some `paramref`'s to non-existent params to `see` to related member. * Apply suggestions from code review Co-Authored-By: Maira Wenzel <[email protected]> * extended updated references to fully-qualified Co-authored-by: Maira Wenzel <[email protected]>
1 parent 19d059b commit 8ce0057

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

xml/System.IO/FileInfo.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,14 +1598,14 @@ The following example demonstrates moving a file to a different location and ren
15981598
<exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
15991599
<exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
16001600
<exception cref="T:System.UnauthorizedAccessException">
1601-
<paramref name="path" /> is read-only or is a directory.</exception>
1601+
<see cref="P:System.IO.FileInfo.Name" /> is read-only or is a directory.</exception>
16021602
<exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
16031603
<exception cref="T:System.IO.IOException">The file is already open.</exception>
16041604
<related type="Article" href="~/docs/standard/io/index.md">File and Stream I/O</related>
16051605
<related type="Article" href="~/docs/standard/io/how-to-read-text-from-a-file.md">How to: Read Text from a File</related>
16061606
<related type="Article" href="~/docs/standard/io/how-to-write-text-to-a-file.md">How to: Write Text to a File</related>
16071607
<exception cref="T:System.ArgumentException">
1608-
<paramref name="path" /> is empty or contains only white spaces.</exception>
1608+
<see cref="P:System.IO.FileInfo.Name" /> is empty or contains only white spaces.</exception>
16091609
<exception cref="T:System.ArgumentNullException">One or more arguments is null.</exception>
16101610
</Docs>
16111611
</Member>
@@ -1671,11 +1671,11 @@ The following example demonstrates moving a file to a different location and ren
16711671
<exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
16721672
<exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
16731673
<exception cref="T:System.UnauthorizedAccessException">
1674-
<paramref name="path" /> is read-only or is a directory.</exception>
1674+
<see cref="P:System.IO.FileInfo.Name" /> is read-only or is a directory.</exception>
16751675
<exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
16761676
<exception cref="T:System.IO.IOException">The file is already open.</exception>
16771677
<exception cref="T:System.ArgumentException">
1678-
<paramref name="path" /> is empty or contains only white spaces.</exception>
1678+
<see cref="P:System.IO.FileInfo.Name" /> is empty or contains only white spaces.</exception>
16791679
<exception cref="T:System.ArgumentNullException">One or more arguments is null.</exception>
16801680
<related type="Article" href="~/docs/standard/io/index.md">File and Stream I/O</related>
16811681
<related type="Article" href="~/docs/standard/io/how-to-read-text-from-a-file.md">How to: Read Text from a File</related>
@@ -1740,7 +1740,7 @@ The following example demonstrates moving a file to a different location and ren
17401740
]]></format>
17411741
</remarks>
17421742
<exception cref="T:System.UnauthorizedAccessException">
1743-
<paramref name="path" /> is read-only or is a directory.</exception>
1743+
<see cref="P:System.IO.FileInfo.Name" /> is read-only or is a directory.</exception>
17441744
<exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
17451745
<exception cref="T:System.IO.IOException">The file is already open.</exception>
17461746
<related type="Article" href="~/docs/standard/io/index.md">File and Stream I/O</related>
@@ -1804,7 +1804,7 @@ The following example demonstrates moving a file to a different location and ren
18041804
<exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
18051805
<exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
18061806
<exception cref="T:System.UnauthorizedAccessException">
1807-
<paramref name="path" /> is read-only or is a directory.</exception>
1807+
<see cref="P:System.IO.FileInfo.Name" /> is read-only or is a directory.</exception>
18081808
<exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
18091809
<altmember cref="P:System.Text.Encoding.UTF8" />
18101810
<altmember cref="T:System.IO.StreamReader" />

0 commit comments

Comments
 (0)