March 2002
Intermediate to advanced
864 pages
31h 8m
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 method SynchronizationLockException(); public method SynchronizationLockException( string message); public method SynchronizationLockException(string message, Exception innerException); // Protected Constructors protected method SynchronizationLockException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→SynchronizationLockException