make_exception_ptr Function
Syntax
template<class _E>
exception_ptr make_exception_ptr(_E _Except);
Parameters
_E
Exception type.
_Except
Exception value.
Return Value
Requirements
Header: ppltasks.h
Namespace: std
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
template<class _E>
exception_ptr make_exception_ptr(_E _Except);
_E
Exception type.
_Except
Exception value.
Header: ppltasks.h
Namespace: std