What Kind Of Exception Is Being Thrown If Wait Pulse Or #741
What kind of exception is being thrown if Wait(), Pulse() or PulseAll() is called from code that is not within synchronized code?
This multiple choice question (MCQ) is related to the book/course
gs gs108 CSharp.
It can also be found in
gs gs108 Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions - Multi-threaded Programming – 2 - Q.
What kind of exception is being thrown if Wait(), Pulse() or PulseAll() is called from code that is not within synchronized code?
System I/O Exception
DivideByZero Exception
SynchronizationLockException
All of the mentioned