Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.11 KB

unsupported-os-class.md

File metadata and controls

58 lines (37 loc) · 1.11 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: unsupported_os Class
unsupported_os Class
11/04/2016
unsupported_os
CONCRT/concurrency::unsupported_os
CONCRT/concurrency::unsupported_os::unsupported_os
unsupported_os class
6fa57636-341b-4b51-84cc-261d283ff736

unsupported_os Class

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.

See also

concurrency Namespace