Skip to content

Commit 7d5d849

Browse files
author
Ron Petrusha
authored
Update FileNotFoundException.xml
1 parent 30a0c88 commit 7d5d849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO/FileNotFoundException.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
<Parameter Name="fileName" Type="System.String" />
313313
</Parameters>
314314
<Docs>
315-
<param name="message">A description of the error, or null to use a system-supplied message with the given <paramref name="fileName" />. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
315+
<param name="message">A description of the error, or <see langword="null" /> to use a system-supplied message with the given <paramref name="fileName" />. The content of <paramref name="message" /> should be understood by humans. The caller of this constructor must ensure that this string has been localized for the current system culture.</param>
316316
<param name="fileName">The full name of the file with the invalid image.</param>
317317
<summary>Initializes a new instance of the <see cref="T:System.IO.FileNotFoundException" /> class with a specified error message, and the file name that cannot be found.</summary>
318318
<remarks>

0 commit comments

Comments
 (0)