message_not_found::message_not_found-Konstruktor

Erstellt ein message_not_found-Objekt.

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

Parameter

  • _Message
    Eine beschreibende Fehlermeldung.

Anforderungen

Header: concrt.h

Namespace: Concurrency

Siehe auch

Referenz

message_not_found-Klasse