LockRecursionException Constructor
Initializes a new instance of the LockRecursionException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | LockRecursionException() | Initializes a new instance of the LockRecursionException class with a system-supplied message that describes the error. |
![]() | LockRecursionException(SerializationInfo^, StreamingContext) | Initializes a new instance of the LockRecursionException class with serialized data. |
![]() | LockRecursionException(String^) | Initializes a new instance of the LockRecursionException class with a specified message that describes the error. |
![]() | LockRecursionException(String^, Exception^) | Initializes a new instance of the LockRecursionException class with a specified error message and a reference to the inner exception that is the cause of this exception. |

