Skip to content

replaced some paramref's to non-existent params to see to related… #3582

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 12, 2020
Merged
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
12 changes: 6 additions & 6 deletions xml/System.IO/FileInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1615,15 +1615,15 @@ The following example demonstrates moving a file to a different location and ren
<exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
<exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
<exception cref="T:System.UnauthorizedAccessException">
<paramref name="path" /> is read-only or is a directory.</exception>
<see cref="Name" /> is read-only or is a directory.</exception>
<exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
<exception cref="T:System.IO.IOException">The file is already open.</exception>
<permission cref="T:System.Security.Permissions.FileIOPermission">for writing to and reading from files. Associated enumerations: <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /> and <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Read" /></permission>
<related type="Article" href="~/docs/standard/io/index.md">File and Stream I/O</related>
<related type="Article" href="~/docs/standard/io/how-to-read-text-from-a-file.md">How to: Read Text from a File</related>
<related type="Article" href="~/docs/standard/io/how-to-write-text-to-a-file.md">How to: Write Text to a File</related>
<exception cref="T:System.ArgumentException">
<paramref name="path" /> is empty or contains only white spaces.</exception>
<see cref="Name" /> is empty or contains only white spaces.</exception>
<exception cref="T:System.ArgumentNullException">One or more arguments is null.</exception>
</Docs>
</Member>
Expand Down Expand Up @@ -1688,11 +1688,11 @@ The following example demonstrates moving a file to a different location and ren
<exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
<exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
<exception cref="T:System.UnauthorizedAccessException">
<paramref name="path" /> is read-only or is a directory.</exception>
<see cref="Name" /> is read-only or is a directory.</exception>
<exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
<exception cref="T:System.IO.IOException">The file is already open.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="path" /> is empty or contains only white spaces.</exception>
<see cref="Name" /> is empty or contains only white spaces.</exception>
<exception cref="T:System.ArgumentNullException">One or more arguments is null.</exception>
<permission cref="T:System.Security.Permissions.FileIOPermission">for writing to and reading from files. Associated enumerations: <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /> and <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Read" /></permission>
<related type="Article" href="~/docs/standard/io/index.md">File and Stream I/O</related>
Expand Down Expand Up @@ -1757,7 +1757,7 @@ The following example demonstrates moving a file to a different location and ren
]]></format>
</remarks>
<exception cref="T:System.UnauthorizedAccessException">
<paramref name="path" /> is read-only or is a directory.</exception>
<see cref="Name" /> is read-only or is a directory.</exception>
<exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
<exception cref="T:System.IO.IOException">The file is already open.</exception>
<permission cref="T:System.Security.Permissions.FileIOPermission">for reading files. Associated enumeration: <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Read" /></permission>
Expand Down Expand Up @@ -1821,7 +1821,7 @@ The following example demonstrates moving a file to a different location and ren
<exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
<exception cref="T:System.IO.FileNotFoundException">The file is not found.</exception>
<exception cref="T:System.UnauthorizedAccessException">
<paramref name="path" /> is read-only or is a directory.</exception>
<see cref="Name" /> is read-only or is a directory.</exception>
<exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
<permission cref="T:System.Security.Permissions.FileIOPermission">for reading and writing files. Associated enumerations: <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Read" />, <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Write" /></permission>
<altmember cref="P:System.Text.Encoding.UTF8" />
Expand Down