System.Threading.LockRecursionException Class

The exception that is thrown when recursive entry into a lock is not compatible with the recursion policy for the lock.

See Also: LockRecursionException Members

Syntax

[System.Runtime.CompilerServices.TypeForwardedFrom("System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public class LockRecursionException : Exception

Remarks

System.Threading.LockRecursionException is thrown for several reasons, including the following:

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0