Wednesday, 11 September 2013

Prevent Timer from Stopping in case of error

Prevent Timer from Stopping in case of error

I am coding a WinForm on VB.net and I have a timer ticking that retrieves
data from database every specific interval of time.
I don't want the timer to stop ticking in case of error.
What is the best way to do this?

No comments:

Post a Comment