G
Guest
Hi guys,
I have a windows service which runs few timers to perform a certain task,
my code is well wrapped with "Try...Catch"s, but still whenever an error
occurs and an exception is being thrown, it executes the code in the "Catch"
section and instead of continue, the service stops.
What gives?
I want it to continue running even if an exception was cought.
Thanks!
Ori
I have a windows service which runs few timers to perform a certain task,
my code is well wrapped with "Try...Catch"s, but still whenever an error
occurs and an exception is being thrown, it executes the code in the "Catch"
section and instead of continue, the service stops.
What gives?
I want it to continue running even if an exception was cought.
Thanks!
Ori
