Вопрос

I've this exception :

Thread was being aborted

when I call the Abort() method on a thread. I catch the exception but it still stops the application.

I tried Thread.ResetAbort() but it's not supported on windows phone 8...
Is there an other solution to do continue the execution of the app when this exception is caught?

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top