Condividi tramite


Funzione task_from_exception (runtime di concorrenza)

template<
   typename _TaskType,
   typename _ExType
>
task<_TaskType> task_from_exception(
   _ExType_Exception,
   const task_options& _TaskOptions = task_options()
);

Parametri

  • _TaskType

  • _ExType

  • _Exception

  • _TaskOptions

Requisiti

Intestazione: ppltasks.h

Spazio dei nomi: concorrenza

Vedere anche

Riferimenti

Spazio dei nomi concurrency