Condividi tramite


Metodo task_completion_event::set_exception (C++ REST SDK)

Propaga un'eccezione a tutte le attività associate a questo evento.

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

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

Parametri

  • _E

  • _Except

  • _ExceptionPtr

Requisiti

Intestazione: pplxtasks.h

Spazio dei nomi: pplx

Vedere anche

Riferimenti

Classe task_completion_event (C++ REST SDK)