scheduler_not_attached::scheduler_not_attached Constructor

Constructs a scheduler_not_attached object.

explicit _CRTIMP scheduler_not_attached(
   _In_z_ const char * _Message
) throw();

scheduler_not_attached() throw();

Parameters

  • _Message
    A descriptive message of the error.

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

scheduler_not_attached Class