Freigeben über


task_completion_event::set_exception-Methode (C++-REST-SDK)

Gibt eine Ausnahme an alle Aufgaben weiter, die dem Ereignis zugeordnet sind.

template<
   typename _E
>
__declspec(
   noinline
) bool set_exception(_E _Except) const;

__declspec(
   noinline
) bool set_exception(std::exception_ptr _ExceptionPtr) const ;

Parameter

  • _E

  • _Except

  • _ExceptionPtr

Anforderungen

Header: pplxtasks.h

Namespace: pplx

Siehe auch

Referenz

task_completion_event-Klasse (C++-REST-SDK)