Skip to content

Commit dbcb811

Browse files
Ankush1oo8jeffhandleyBillWagner
authored
fix: broken or unwanted link pathTooLongException (#10746)
* fix: broken or unwanted link pathTooLongException * Remove locale from URL Co-authored-by: Bill Wagner <wiwagn@microsoft.com> --------- Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com> Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
1 parent 1788789 commit dbcb811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO/PathTooLongException.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
## Remarks
6767
6868
> [!NOTE]
69-
> This exception is not included in [.NET for Windows Store apps](https://go.microsoft.com/fwlink/?LinkID=247912) or the [Portable Class Library](/dotnet/standard/cross-platform/cross-platform-development-with-the-portable-class-library), but it is thrown by some members that are. To catch the exception in that case, write a `catch` statement that handles an <xref:System.IO.IOException> instead.
69+
> This exception is not included in [.NET for Windows Store apps](https://learn.microsoft.com/dotnet/api/system.io.pathtoolongexception?view=net-8.0) or the [Portable Class Library](/dotnet/standard/cross-platform/cross-platform-development-with-the-portable-class-library), but it is thrown by some members that are. To catch the exception in that case, write a `catch` statement that handles an <xref:System.IO.IOException> instead.
7070
7171
Starting with apps running under .NET Framework 4.6.2, .NET supports long paths in excess of 260 (or `MAX_PATH`) characters. The runtime throws a <xref:System.IO.PathTooLongException> under the following conditions:
7272

0 commit comments

Comments
 (0)