J
Jason MacKenzie
I have a production critical windows forms application. I have try catch
blocks everywhere to handle every eventuality. However occasionally, every
couple of months, the application crashes. Its usually a .Net Framework
error message telling me there was an unhandled exception
An example would be last October when the clocks rolled back. My question
is: is there a way to handle an exceptions that might make it through the
error handling at the application level?
Thanks,
Jason MacKenzie
blocks everywhere to handle every eventuality. However occasionally, every
couple of months, the application crashes. Its usually a .Net Framework
error message telling me there was an unhandled exception
An example would be last October when the clocks rolled back. My question
is: is there a way to handle an exceptions that might make it through the
error handling at the application level?
Thanks,
Jason MacKenzie