From e4be09a3a03cdcd933f27b5062de03862373a9d4 Mon Sep 17 00:00:00 2001 From: Ankush Chudiwal <154556772+Ankush1oo8@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:19:14 +0000 Subject: [PATCH] fix: broken or unwanted link pathTooLongException --- xml/System.IO/PathTooLongException.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.IO/PathTooLongException.xml b/xml/System.IO/PathTooLongException.xml index f62e00d92bd..2f8750795c6 100644 --- a/xml/System.IO/PathTooLongException.xml +++ b/xml/System.IO/PathTooLongException.xml @@ -66,7 +66,7 @@ ## Remarks > [!NOTE] -> 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 instead. +> This exception is not included in [.NET for Windows Store apps](https://learn.microsoft.com/en-us/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 instead. 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 under the following conditions: