Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
This class describes an exception thrown when an unsupported operating system is used.
Syntax
class unsupported_os : public std::exception;
Members
Public Constructors
| Name | Description |
|---|---|
| unsupported_os | Overloaded. Constructs an unsupported_os object. |
Inheritance Hierarchy
exception
unsupported_os
Requirements
Header: concrt.h
Namespace: concurrency
unsupported_os
Constructs an unsupported_os object.
Syntax
explicit _CRTIMP unsupported_os(_In_z_ const char* _Message) throw();
unsupported_os() throw();
Parameters
_Message
A descriptive message of the error.