message_not_found::message_not_found Constructor

Constructs a message_not_found object.

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

message_not_found() throw();

Parameters

  • _Message
    A descriptive message of the error.

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

message_not_found Class