Skip to content

Commit 6ee22c1

Browse files
SIkebeRon Petrusha
authored andcommitted
Update File.xml (#2559)
1 parent cb38c08 commit 6ee22c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.IO/File.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5356,7 +5356,7 @@
53565356
<exception cref="T:System.ArgumentException">
53575357
<paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="F:System.IO.Path.InvalidPathChars" />.</exception>
53585358
<exception cref="T:System.ArgumentNullException">
5359-
<paramref name="path" /> is <see langword="null" /> or <paramref name="contents" /> is empty.</exception>
5359+
<paramref name="path" /> is <see langword="null" />.</exception>
53605360
<exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. </exception>
53615361
<exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
53625362
<exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
@@ -5446,7 +5446,7 @@
54465446
<exception cref="T:System.ArgumentException">
54475447
<paramref name="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="F:System.IO.Path.InvalidPathChars" />.</exception>
54485448
<exception cref="T:System.ArgumentNullException">
5449-
<paramref name="path" /> is <see langword="null" /> or <paramref name="contents" /> is empty.</exception>
5449+
<paramref name="path" /> is <see langword="null" />.</exception>
54505450
<exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. </exception>
54515451
<exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
54525452
<exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>

0 commit comments

Comments
 (0)