I know that you can make a global exception for an application by adding a handler like this:
AddHandler Application.ThreadException, AddressOf Application_ThreadException
But what about windows services? Can you catch global errors there?
thanks!
--- neteject.com - Internet Solutions ---
AddHandler Application.ThreadException, AddressOf Application_ThreadException
But what about windows services? Can you catch global errors there?
thanks!
--- neteject.com - Internet Solutions ---