message_not_found 클래스
이 클래스는 메시징 블록이 요청된 메시지를 찾을 수 없는 경우 발생하는 예외를 설명합니다.
구문
class message_not_found : public std::exception;
멤버
공용 생성자
속성 | 설명 |
---|---|
message_not_found | 오버로드됨. message_not_found 개체를 생성합니다. |
상속 계층 구조
exception
message_not_found
요구 사항
헤더: concrt.h
네임스페이스: 동시성
message_not_found
message_not_found
개체를 생성합니다.
explicit _CRTIMP message_not_found(_In_z_ const char* _Message) throw();
message_not_found() throw();
매개 변수
_메시지
오류 설명 메시지입니다.