SynchronizationLockException (System.Threading.SynchronizationLockException)

Inherits: System.SystemException

Interfaces: ISerializable, _Exception

Derived Types: 0

Assembly: mscorlib.dll

The exception that is thrown when a synchronized method is invoked from an unsynchronized block of code.

VB.NET C#

C#

public class SynchronizationLockException : System.SystemException, System.Runtime.Serialization.ISerializable, System.Runtime.InteropServices._Exception
{
}

Articles

System.Threading.SynchronizationLockException: Object synchronization ...

System.Threading.SynchronizationLockException: Object synchronization metho: When using the 'PLUMTREE .NET WEB CONTROLCONSUMER v3' I'm getting this:System.Threading ...

SynchronizationLockException

An unhandled exception of type 'System.Threading. SynchronizationLockException ' occurred in mscorlib.dll Additional information: Object synchronization method was called ...

Troubleshooting Exceptions: System.Threading ...

The exception that is thrown when a method requires the caller to own the lock on a given Monitor, and the method is invoked by a caller that does not own that lock.

Troubleshooting Exceptions: System.Threading ...

The exception that is thrown when a method requires the caller to own the lock on a given Monitor, and the method is invoked by a caller that does not own that lock.

Mono Documentation

Mono Class Library : System.Threading.SynchronizationLockException Overview | Members System.Threading.SynchronizationLockException Constructor

Mono Documentation

Mono Class Library : System.Threading.SynchronizationLockException Overview | Members System.Threading.SynchronizationLockException Constructor

System.Threading.SynchronizationLockException Class

public SynchronizationLockException(string message, Exception innerException);

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support