K
Karin
Are there any situations when you cannot use Application.Exit?
I have a class Error with a static function LogError and a static counter
Errors. If more than 10 errors occur during 1 minute I want to shut down the
program but Application.Exit() doesn't do the job.
Any ideas?
Thanks!
/K
I have a class Error with a static function LogError and a static counter
Errors. If more than 10 errors occur during 1 minute I want to shut down the
program but Application.Exit() doesn't do the job.
Any ideas?
Thanks!
/K