August 2003
Intermediate to advanced
928 pages
32h 1m
English
SynchronizationLockException
This exception is thrown when
Monitor.Exit( ), Monitor.Pulse( ),
Monitor.PulseAll( ), or Monitor.Wait( ) is called from unsynchronized code.
public class SynchronizationLockException : SystemException { // Public Constructors public SynchronizationLockException( ); public SynchronizationLockException(stringmessage); public SynchronizationLockException(stringmessage, ExceptioninnerException); // Protected Constructors protected SynchronizationLockException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
SynchronizationLockException