Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class describes an exception that is thrown whenever a lock is acquired improperly.
class improper_lock : public std::exception;
Members
Public Constructors
Name |
Description |
---|---|
Overloaded. Constructs an improper_lock exception. |
Remarks
Typically, this exception is thrown when an attempt is made to acquire a non-reentrant lock recursively on the same context.
Inheritance Hierarchy
exception
Requirements
Header: concrt.h
Namespace: Concurrency