STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
Concurrency::unsupported_os Class Reference

This class describes an exception thrown when an unsupported operating system is used. More...

#include <concrt.h>

Inheritance diagram for Concurrency::unsupported_os:

Public Member Functions

_CONCRTIMP unsupported_os (_In_z_ const char *_Message) throw ()
 Constructs an unsupported_os object. More...
 
_CONCRTIMP unsupported_os () throw ()
 Constructs an unsupported_os object. More...
 

Detailed Description

This class describes an exception thrown when an unsupported operating system is used.

Constructor & Destructor Documentation

_CONCRTIMP Concurrency::unsupported_os::unsupported_os ( _In_z_ const char *  _Message)
throw (
)
explicit

Constructs an unsupported_os object.

Parameters
_MessageA descriptive message of the error.
_CONCRTIMP Concurrency::unsupported_os::unsupported_os ( )
throw (
)

Constructs an unsupported_os object.


The documentation for this class was generated from the following file: