| 
    STLdoc
    
   STLdocumentation 
   | 
 
This class describes an exception thrown when a lock is acquired improperly. More...
#include <concrt.h>
  
 Public Member Functions | |
| _CONCRTIMP | improper_lock (_In_z_ const char *_Message) throw () | 
Constructs an improper_lock exception.  More... | |
| _CONCRTIMP | improper_lock () throw () | 
Constructs an improper_lock exception.  More... | |
This class describes an exception thrown when a lock is acquired improperly.
Typically, this exception is thrown when an attempt is made to acquire a non-reentrant lock recursively on the same context.
      
  | 
  explicit | ||||||||||||||
Constructs an improper_lock exception. 
| _Message | A descriptive message of the error. | 
| _CONCRTIMP Concurrency::improper_lock::improper_lock | ( | ) | ||
| throw | ( | |||
| ) | ||||
Constructs an improper_lock exception. 
 1.8.8