Exception Safety in Parallel Algorithms

You launch 8 threads to process chunks of an array in parallel. Thread 3 throws an exception. What must your parallel framework handle?