I have an UnhandledExceptionHandler and ThreadException handler wrapped around my main form in the Main method.
However, I can reproduce an error that doesn't get caught by these 2 handlers. What gives? What would cause these 2 'Catch-All' handlers from not catching a System.NullReferenceException?
PS. I've read that these handlers are 'Catch-All' handlers. I'm not so sure now.
However, I can reproduce an error that doesn't get caught by these 2 handlers. What gives? What would cause these 2 'Catch-All' handlers from not catching a System.NullReferenceException?
PS. I've read that these handlers are 'Catch-All' handlers. I'm not so sure now.