Share via


unsupported_feature::unsupported_feature Constructor

Constructs a new instance of the unsupported_feature exception.

explicit unsupported_feature(
   const char * _Message
) throw();

unsupported_feature() throw();

Parameters

  • _Message
    A description of the error.

Return Value

The unsupported_feature object.

Requirements

Header: amprt.h

Namespace: Concurrency

See Also

Reference

unsupported_feature Class