improper_lock::improper_lock Constructor

Constructs an improper_lock exception.

explicit _CRTIMP improper_lock(
   const char * _Message
) throw();
_CRTIMP improper_lock() throw();

Parameters

  • _Message
    A descriptive message of the error.

Requirements

Header: concrt.h

Namespace: Concurrency

See Also

Reference

improper_lock Class