Catching Exceptions throw from child Thread. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Resposta
16th Jul 2017, 10:39 PM
Ted MĆ„nsken
Ted MĆ„nsken - avatar