NcEngine
|
State shared between all tasks in a graph for storing an exception. More...
#include <ExceptionContext.h>
Public Member Functions | |
void | StoreException (std::exception_ptr e) |
Store the current exception, if one is not already stored. | |
void | ThrowIfExceptionStored () |
Rethrow an exception caught during task execution, if one was set. More... | |
State shared between all tasks in a graph for storing an exception.
|
inline |
Rethrow an exception caught during task execution, if one was set.