Белешка
Приступ овој страници захтева ауторизацију. Можете покушати да се пријавите или промените директоријуме.
Приступ овој страници захтева ауторизацију. Можете покушати да промените директоријуме.
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.