Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.33 KB

scheduler-not-attached-class.md

File metadata and controls

57 lines (37 loc) · 1.33 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: scheduler_not_attached Class
scheduler_not_attached Class
11/04/2016
scheduler_not_attached
CONCRT/concurrency::scheduler_not_attached
CONCRT/concurrency::scheduler_not_attached::scheduler_not_attached
scheduler_not_attached class
26001970-b400-463b-be3d-8623359c399a

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.

Syntax

class scheduler_not_attached : public std::exception;

Members

Public Constructors

Name Description
scheduler_not_attached Overloaded. Constructs a scheduler_not_attached object.

Inheritance Hierarchy

exception

scheduler_not_attached

Requirements

Header: concrt.h

Namespace: concurrency

scheduler_not_attached

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.

See also

concurrency Namespace
Scheduler Class