NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SynchronizationLockException Class

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

Remarks

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.

Requirements

Namespace: System.Threading

Assembly: mscorlib.dll

See Also

SynchronizationLockException Members | System.Threading Namespace