7 references to WaitHandleCannotBeOpenedException
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.cs (2)
121throw new WaitHandleCannotBeOpenedException(SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name)); 126throw new WaitHandleCannotBeOpenedException(SR.Format(SR.NamedWaitHandles_ExistingObjectIncompatibleWithCurrentUserOnly, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Mutex.cs (2)
142throw new WaitHandleCannotBeOpenedException(SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name)); 147throw new WaitHandleCannotBeOpenedException(SR.Format(SR.NamedWaitHandles_ExistingObjectIncompatibleWithCurrentUserOnly, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Mutex.Unix.cs (1)
28throw new WaitHandleCannotBeOpenedException(SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.cs (2)
134throw new WaitHandleCannotBeOpenedException(SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name)); 139throw new WaitHandleCannotBeOpenedException(SR.Format(SR.NamedWaitHandles_ExistingObjectIncompatibleWithCurrentUserOnly, name));