Searched defs:_ExceptionHolder (Results 1 – 1 of 1) sorted by relevance
1582 struct _ExceptionHolder struct1586 void ReportUnhandledError() in ReportUnhandledError()1594 …explicit _ExceptionHolder(const std::exception_ptr& _E, const _TaskCreationCallstack &_stackTrace)… in _ExceptionHolder() argument1599 … explicit _ExceptionHolder(IRestrictedErrorInfo*& _E, const _TaskCreationCallstack &_stackTrace) : in _ExceptionHolder() argument1615 ~_ExceptionHolder() in ~_ExceptionHolder()1632 void _RethrowUserException() in _RethrowUserException()1653 Concurrency::details::atomic_long _M_exceptionObserved;1655 long volatile _M_exceptionObserved;1659 std::exception_ptr _M_stdException;1660 Microsoft::WRL::ComPtr<IRestrictedErrorInfo> _M_winRTException;[all …]