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