unsupported_os::unsupported_os Constructor

Constructs an unsupported_os object.

explicit _CRTIMP unsupported_os(
   const char * _Message
) throw();
_CRTIMP unsupported_os() throw();

Parameters

  • _Message
    A descriptive message of the error.

Requirements

Header: concrt.h

Namespace: Concurrency

See Also

Reference

unsupported_os Class