unsupported_os Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
This class describes an exception thrown when an unsupported operating system is used.
class unsupported_os : public std::exception;
Public Constructors
| Name | Description |
|---|---|
| unsupported_os::unsupported_os Constructor | 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();
Parameters
_Message
A descriptive message of the error.
Show: