task_from_exception — Funkcja (współbieżność środowiska wykonawczego)
template<
typename _TaskType,
typename _ExType
>
task<_TaskType> task_from_exception(
_ExType_Exception,
const task_options& _TaskOptions = task_options()
);
Parametry
_TaskType
_ExType
_Exception
_TaskOptions
Wymagania
Nagłówek: ppltasks.h
Przestrzeń nazw: concurrency