description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||
---|---|---|---|---|---|---|---|---|---|
Learn more about: unsupported_os Class |
unsupported_os Class |
11/04/2016 |
|
|
6fa57636-341b-4b51-84cc-261d283ff736 |
This class describes an exception thrown when an unsupported operating system is used.
class unsupported_os : public std::exception;
Name | Description |
---|---|
unsupported_os | Overloaded. Constructs an unsupported_os object. |
exception
unsupported_os
Header: concrt.h
Namespace: concurrency
Constructs an unsupported_os
object.
explicit _CRTIMP unsupported_os(_In_z_ const char* _Message) throw();
unsupported_os() throw();
_Message
A descriptive message of the error.