共用方式為


task_completion_event::set_exception 方法

傳播例外狀況至與這個事件相關聯的所有工作。

template<
   typename _E
>
__declspec(
   noinline
) bool set_exception(_E _Except) const;

__declspec(
   noinline
) bool set_exception(std::exception_ptr _ExceptionPtr) const ;

參數

  • _E

  • _Except

  • _ExceptionPtr

需求

**標頭:**ppltasks.h

**命名空間:**concurrency

請參閱

參考

task_completion_event 類別