message_not_found クラス
このクラスは、要求されたメッセージがメッセージング ブロックで見つからない場合にスローされる例外を表します。
構文
class message_not_found : public std::exception;
メンバー
パブリック コンストラクター
名前 | 説明 |
---|---|
message_not_found | 過負荷です。 message_not_found オブジェクトを構築します。 |
継承階層
exception
message_not_found
要件
ヘッダー: concrt.h
名前空間: concurrency
message_not_found
message_not_found
オブジェクトを構築します。
explicit _CRTIMP message_not_found(_In_z_ const char* _Message) throw();
message_not_found() throw();
パラメーター
_Message
エラーの説明メッセージ。