Edit

Share via


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

See also

std Namespace