You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.IO/File.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5356,7 +5356,7 @@
5356
5356
<exceptioncref="T:System.ArgumentException">
5357
5357
<paramrefname="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <seecref="F:System.IO.Path.InvalidPathChars" />.</exception>
5358
5358
<exceptioncref="T:System.ArgumentNullException">
5359
-
<paramrefname="path" /> is <seelangword="null" /> or <paramrefname="contents" /> is empty.</exception>
5359
+
<paramrefname="path" /> is <seelangword="null" />.</exception>
5360
5360
<exceptioncref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. </exception>
5361
5361
<exceptioncref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
5362
5362
<exceptioncref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
@@ -5446,7 +5446,7 @@
5446
5446
<exceptioncref="T:System.ArgumentException">
5447
5447
<paramrefname="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <seecref="F:System.IO.Path.InvalidPathChars" />.</exception>
5448
5448
<exceptioncref="T:System.ArgumentNullException">
5449
-
<paramrefname="path" /> is <seelangword="null" /> or <paramrefname="contents" /> is empty.</exception>
5449
+
<paramrefname="path" /> is <seelangword="null" />.</exception>
5450
5450
<exceptioncref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. </exception>
5451
5451
<exceptioncref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive).</exception>
5452
5452
<exceptioncref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
0 commit comments