Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.42 KB

improper-scheduler-detach-class.md

File metadata and controls

57 lines (37 loc) · 1.42 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: improper_scheduler_detach Class
improper_scheduler_detach Class
11/04/2016
improper_scheduler_detach
CONCRT/concurrency::improper_scheduler_detach
CONCRT/concurrency::improper_scheduler_detach::improper_scheduler_detach
improper_scheduler_detach class
30132102-c900-4951-a470-b63b4e3aa2d2

improper_scheduler_detach Class

This class describes an exception thrown when the CurrentScheduler::Detach method is called on a context which has not been attached to any scheduler using the Attach method of a Scheduler object.

Syntax

class improper_scheduler_detach : public std::exception;

Members

Public Constructors

Name Description
improper_scheduler_detach Overloaded. Constructs an improper_scheduler_detach object.

Inheritance Hierarchy

exception

improper_scheduler_detach

Requirements

Header: concrt.h

Namespace: concurrency

improper_scheduler_detach

Constructs an improper_scheduler_detach object.

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

improper_scheduler_detach() throw();

Parameters

_Message
A descriptive message of the error.

See also

concurrency Namespace
Scheduler Class