+ 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