6 references to WaitHandleCannotBeOpenedException
mscorlib (4)
system\security\accesscontrol\eventwaithandlesecurity.cs (1)
147exception = new WaitHandleCannotBeOpenedException();
system\security\accesscontrol\mutexsecurity.cs (1)
147exception = new WaitHandleCannotBeOpenedException();
system\threading\eventwaithandle.cs (1)
184throw new WaitHandleCannotBeOpenedException();
system\threading\mutex.cs (1)
315throw new WaitHandleCannotBeOpenedException();
System (2)
sys\system\security\accesscontrol\semaphoresecurity.cs (1)
142exception = new WaitHandleCannotBeOpenedException();
sys\system\threading\semaphore.cs (1)
188throw new WaitHandleCannotBeOpenedException();