Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 547 Bytes

File metadata and controls

35 lines (24 loc) · 547 Bytes
description Learn more about: make_exception_ptr Function
title make_exception_ptr Function
ms.date 11/04/2016
f1_keywords
ppltasks/std::make_exception_ptr
ms.assetid 8d81cf7a-818e-4b27-8d49-440ec3088609

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