exception handling

B

Boni

Dear all,

dim my_form as some_system_windows_form
try
myform.showdialog()
catch
....
end try
If exception happens in the handler of some control on a form the "catch"
never get it, because form runs in separate thread. Is it possible to handle
all form exceptions in one place or do I have to propagate try/catch into
all handlers?
Thanks,
Bono
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top