Sdílet prostřednictvím


task_from_exception – funkce (Concurrency Runtime)

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

Parametry

  • _TaskType

  • _ExType

  • _Exception

  • _TaskOptions

Požadavky

Záhlaví: ppltasks.h

Obor názvů: souběžnost

Viz také

Referenční dokumentace

concurrency – obor názvů