improper_lock::improper_lock Constructor

Constructs an improper_lock exception.

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

improper_lock() throw();

Parameters

  • _Message
    A descriptive message of the error.

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

improper_lock Class