הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
This class describes an exception thrown when an operation has timed out.
Syntax
class operation_timed_out : public std::exception;
Members
Public Constructors
| Name | Description |
|---|---|
| operation_timed_out | Overloaded. Constructs an operation_timed_out object. |
Inheritance Hierarchy
exception
operation_timed_out
Requirements
Header: concrt.h
Namespace: concurrency
operation_timed_out
Constructs an operation_timed_out object.
explicit _CRTIMP operation_timed_out(_In_z_ const char* _Message) throw();
operation_timed_out() throw();
Parameters
_Message
A descriptive message of the error.