STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
Concurrency::improper_lock Class Reference

This class describes an exception thrown when a lock is acquired improperly. More...

#include <concrt.h>

Inheritance diagram for Concurrency::improper_lock:

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...
 

Detailed Description

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.

See also
critical_section Class, reader_writer_lock Class

Constructor & Destructor Documentation

_CONCRTIMP Concurrency::improper_lock::improper_lock ( _In_z_ const char *  _Message)
throw (
)
explicit

Constructs an improper_lock exception.

Parameters
_MessageA descriptive message of the error.
_CONCRTIMP Concurrency::improper_lock::improper_lock ( )
throw (
)

Constructs an improper_lock exception.


The documentation for this class was generated from the following file: