scheduler_not_attached Class

This class describes an exception thrown when an operation is performed which requires a scheduler to be attached to the current context and one is not.

class scheduler_not_attached : public std::exception;

Members

Public Constructors

Name

Description

scheduler_not_attached::scheduler_not_attached Constructor

Overloaded. Constructs a scheduler_not_attached object.

Inheritance Hierarchy

exception

scheduler_not_attached

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

concurrency Namespace

Scheduler Class

Scheduler::Attach Method