operation_timed_out 類別

這個類別描述作業逾時擲回的例外狀況。

語法

class operation_timed_out : public std::exception;

成員

公用建構函式

名稱 描述
operation_timed_out 已多載。 建構 operation_timed_out 物件。

繼承階層架構

exception

operation_timed_out

需求

標頭: concrt.h

命名空間: concurrency

operation_timed_out

建構 operation_timed_out 物件。

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

operation_timed_out() throw();

參數

_消息
錯誤的描述性訊息。

另請參閱

concurrency 命名空間