Catching Exceptions throw from child Thread. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Catching Exceptions throw from child Thread.

What's the best way of catching a unhandled Exception like this? new Thead(() => {throw new Exception();}).start();

16th Jul 2017, 10:16 PM
Ted Månsken
Ted Månsken - avatar
1 Answer
16th Jul 2017, 10:39 PM
Ted Månsken
Ted Månsken - avatar