scheduler_resource_allocation_error::scheduler_resource_allocation_error-Konstruktor

Erstellt ein scheduler_resource_allocation_error-Objekt.

_CRTIMP scheduler_resource_allocation_error(
   const char * _Message,
   HRESULT _Hresult
) throw();
explicit _CRTIMP scheduler_resource_allocation_error(
   HRESULT _Hresult
) throw();

Parameter

  • _Message
    Eine beschreibende Fehlermeldung.

  • _Hresult
    Der HRESULT-Wert des Fehlers, der diese Ausnahme verursacht hat.

Anforderungen

Header: concrt.h

Namespace: Concurrency

Siehe auch

Referenz

scheduler_resource_allocation_error-Klasse