Exception propagation in WinForms
Let’s start with the following code: You throw exception as soon as your form is loaded, however, catch block is not executed. What happens? Initially I though this is out of band exception which is thrown on another thread. But after some debugging the reason is much simpler. WinForms provide special event handler for unhandled … Continue reading Exception propagation in WinForms