다음을 통해 공유


future_error 클래스

관리 되는 형식의 메서드에 의해 throw 될 수 있는 예외 개체를 설명 이후 개체입니다.

class future_error : public logic_error {
public:
   future_error(error_code code);
   const error_code& code() const throw();
   const char *what() const throw();
};

요구 사항

헤더: 미래

네임 스페이스: std

참고 항목

참조

logic_error Class

error_code Class

기타 리소스

헤더 파일