Skip to content

Commit 3c41763

Browse files
author
Koundinya Veluri
committed
Sempahore's OpenExisting and TryOpenExisting do not throw DirectoryNotFoundException
1 parent 03461d5 commit 3c41763

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xml/System.Threading/Semaphore.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ There was some other error. The `HResult` property may provide more information.
629629
-or-
630630

631631
There was some other error. The `HResult` property may provide more information.</exception>
632-
<exception cref="T:System.IO.DirectoryNotFoundException">Windows only: <paramref name="name" /> specified an unknown namespace. See https://docs.microsoft.com/windows/win32/sync/object-names for more information. For cross-platform compatibility, use <see cref="T:System.IO.IOException"/> instead.</exception>
633632
<exception cref="T:System.IO.PathTooLongException">The <paramref name="name" /> is too long. Length restrictions may depend on the operating system or configuration.</exception>
634633
<exception cref="T:System.UnauthorizedAccessException">The named semaphore exists, but the user does not have the security access required to use it.</exception>
635634
<related type="Article" href="/dotnet/standard/threading/">Managed Threading</related>
@@ -714,7 +713,6 @@ There was some other error. The `HResult` property may provide more information.
714713
-or-
715714

716715
There was some other error. The `HResult` property may provide more information.</exception>
717-
<exception cref="T:System.IO.DirectoryNotFoundException">Windows only: <paramref name="name" /> specified an unknown namespace. See https://docs.microsoft.com/windows/win32/sync/object-names for more information. For cross-platform compatibility, use <see cref="T:System.IO.IOException"/> instead.</exception>
718716
<exception cref="T:System.IO.PathTooLongException">The <paramref name="name" /> is too long. Length restrictions may depend on the operating system or configuration.</exception>
719717
<exception cref="T:System.UnauthorizedAccessException">The named semaphore exists, but the user does not have the desired security access rights.</exception>
720718
<related type="Article" href="/dotnet/standard/threading/">Managed Threading</related>

0 commit comments

Comments
 (0)