Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.33 KB

default-scheduler-exists-class.md

File metadata and controls

56 lines (36 loc) · 1.33 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: default_scheduler_exists Class
default_scheduler_exists Class
11/04/2016
default_scheduler_exists
CONCRT/concurrency::default_scheduler_exists
CONCRT/concurrency::default_scheduler_exists::default_scheduler_exists
default_scheduler_exists class
f6e575e2-4e0f-455a-9e06-54f462ce0c1c

default_scheduler_exists Class

This class describes an exception thrown when the Scheduler::SetDefaultSchedulerPolicy method is called when a default scheduler already exists within the process.

Syntax

class default_scheduler_exists : public std::exception;

Members

Public Constructors

Name Description
default_scheduler_exists Overloaded. Constructs a default_scheduler_exists object.

Inheritance Hierarchy

exception

default_scheduler_exists

Requirements

Header: concrt.h

Namespace: concurrency

default_scheduler_exists

Constructs a default_scheduler_exists object.

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

default_scheduler_exists() throw();

Parameters

_Message
A descriptive message of the error.

See also

concurrency Namespace