improper_lock Class
This class describes an exception that is thrown whenever a lock is acquired improperly.
class improper_lock : public std::exception;
Name |
Description |
---|---|
Overloaded. Constructs an improper_lock exception. |
Typically, this exception is thrown when an attempt is made to acquire a non-reentrant lock recursively on the same context.
exception
Header: concrt.h
Namespace: Concurrency