i have made a multithreaded application in vb.net, but when i try to catch an exception within a thread it does not stop and continues to loop, even though i use .abort method to kill threads but it does not seem to work, and the application just loops inifinitely
