missing_wait::missing_wait Constructor

Constructs a missing_wait object.

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

missing_wait() throw();

Parameters

  • _Message
    A descriptive message of the error.

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

missing_wait Class