Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
template<
typename _TaskType,
typename _ExType
>
task<_TaskType> task_from_exception(
_ExType_Exception,
const task_options& _TaskOptions = task_options()
);
Parameters
_TaskType
_ExType
_Exception
_TaskOptions
Requirements
Header: ppltasks.h
Namespace: concurrency