Clarify link to Int16.MaxValue (#1265)

pull/1388/head
Petr Onderka 2023-06-13 05:06:29 +02:00 committed by GitHub
parent 4f1480db19
commit fe0e5e8cbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ because a path exceeded 260 characters will now throw a
<xref:System.IO.PathTooLongException?displayProperty=name> only under the
following conditions:
- The length of the path is greater than <xref:System.Int16.MaxValue> (32,767) characters.
- The length of the path is greater than <xref:System.Int16.MaxValue?displayProperty=nameWithType> (32,767) characters.
- The operating system returns `COR_E_PATHTOOLONG` or its equivalent.
For apps that target the .NET Framework 4.6.1 and earlier versions, the runtime