G
Guest
Hi,
I'm using the FileSystemWatcher to monitor if there are changes to a file.
When the event is raised I do some stuff in a custom event handler sub
routine. It works fine.
However... ;-)
When errors do occur, I throw the exception from the catch part in my event
handler sub routine. But I'm not able to catch that exception outside my
event handler. How is this to be done?
Regards,
Ole
I'm using the FileSystemWatcher to monitor if there are changes to a file.
When the event is raised I do some stuff in a custom event handler sub
routine. It works fine.
However... ;-)
When errors do occur, I throw the exception from the catch part in my event
handler sub routine. But I'm not able to catch that exception outside my
event handler. How is this to be done?
Regards,
Ole