Tagged Questions
0
votes
1answer
325 views
Windows Service restarts on Exception
I'm building a windows service that grabs information from a website periodically
How can I start looking again when a exception is caught? for example when internet goes down and up later.
Code:
...