unsupported_os Class

This class describes an exception thrown when an unsupported operating system is used. The Concurrency Runtime does not support operating systems earlier than Windows XP with Service Pack 3.

class unsupported_os : public std::exception;

Members

Public Constructors

Name

Description

unsupported_os::unsupported_os Constructor

Overloaded. Constructs an unsupported_os object.

Inheritance Hierarchy

exception

unsupported_os

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

concurrency Namespace