make_exception_ptr 函数

语法

template<class _E>
exception_ptr make_exception_ptr(_E _Except);

参数

_E
异常类型。

_Except
异常值。

返回值

要求

标头:ppltasks.h

命名空间: std

另请参阅

std 命名空间