@@ -1598,14 +1598,14 @@ The following example demonstrates moving a file to a different location and ren
1598
1598
<exception cref =" T:System.Security.SecurityException" >The caller does not have the required permission.</exception >
1599
1599
<exception cref =" T:System.IO.FileNotFoundException" >The file is not found.</exception >
1600
1600
<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 >
1602
1602
<exception cref =" T:System.IO.DirectoryNotFoundException" >The specified path is invalid, such as being on an unmapped drive.</exception >
1603
1603
<exception cref =" T:System.IO.IOException" >The file is already open.</exception >
1604
1604
<related type =" Article" href =" ~/docs/standard/io/index.md" >File and Stream I/O</related >
1605
1605
<related type =" Article" href =" ~/docs/standard/io/how-to-read-text-from-a-file.md" >How to: Read Text from a File</related >
1606
1606
<related type =" Article" href =" ~/docs/standard/io/how-to-write-text-to-a-file.md" >How to: Write Text to a File</related >
1607
1607
<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 >
1609
1609
<exception cref =" T:System.ArgumentNullException" >One or more arguments is null.</exception >
1610
1610
</Docs >
1611
1611
</Member >
@@ -1671,11 +1671,11 @@ The following example demonstrates moving a file to a different location and ren
1671
1671
<exception cref =" T:System.Security.SecurityException" >The caller does not have the required permission.</exception >
1672
1672
<exception cref =" T:System.IO.FileNotFoundException" >The file is not found.</exception >
1673
1673
<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 >
1675
1675
<exception cref =" T:System.IO.DirectoryNotFoundException" >The specified path is invalid, such as being on an unmapped drive.</exception >
1676
1676
<exception cref =" T:System.IO.IOException" >The file is already open.</exception >
1677
1677
<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 >
1679
1679
<exception cref =" T:System.ArgumentNullException" >One or more arguments is null.</exception >
1680
1680
<related type =" Article" href =" ~/docs/standard/io/index.md" >File and Stream I/O</related >
1681
1681
<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
1740
1740
]]> </format >
1741
1741
</remarks >
1742
1742
<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 >
1744
1744
<exception cref =" T:System.IO.DirectoryNotFoundException" >The specified path is invalid, such as being on an unmapped drive.</exception >
1745
1745
<exception cref =" T:System.IO.IOException" >The file is already open.</exception >
1746
1746
<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
1804
1804
<exception cref =" T:System.Security.SecurityException" >The caller does not have the required permission.</exception >
1805
1805
<exception cref =" T:System.IO.FileNotFoundException" >The file is not found.</exception >
1806
1806
<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 >
1808
1808
<exception cref =" T:System.IO.DirectoryNotFoundException" >The specified path is invalid, such as being on an unmapped drive.</exception >
1809
1809
<altmember cref =" P:System.Text.Encoding.UTF8" />
1810
1810
<altmember cref =" T:System.IO.StreamReader" />
0 commit comments