Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This class describes an exception thrown when 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
improper_lock
Requirements
Header: concrt.h
Namespace: concurrency