A
Alex
My Problem is that although i have added a handler to
Application.ThreadException and it works fine for my application exceptions,
it does not fire if an exception is generated inside an event handler of my
App.
eg. If i throw a exception inside DragDrop, or MouseDown of an event the
ThreadException does not fire !!
Any ideas ???
Thanks in advance
Application.ThreadException and it works fine for my application exceptions,
it does not fire if an exception is generated inside an event handler of my
App.
eg. If i throw a exception inside DragDrop, or MouseDown of an event the
ThreadException does not fire !!
Any ideas ???
Thanks in advance