Represents the exception that is thrown if an object synchronization method is invoked from an unsynchronized block of code.
Object
Exception
SystemException
SynchronizationLockException
[Visual Basic] Public Class SynchronizationLockException Inherits SystemException [C#] public class SynchronizationLockException : SystemException [C++] public __gc class SynchronizationLockException : public SystemException [JScript] public class SynchronizationLockException extends SystemException
The SychronizationLockException is an exception class that is thrown when an Monitor synchronization method, such as Wait and Pulse, is invoked from an unsynchronized block of code.
Namespace: System.Threading
Assembly: mscorlib.dll
SynchronizationLockException Members | System.Threading Namespace