Whats the difference between these 2 kind of exceptions :
first one:
second one:
when I debug the second one, it was happend because of Null Reference. the exception in both of them, is same.
and is there any way that we omit all these kind of exceptions in whole program? like we pressed Continue button in first image. I want that the program dont stop working never.
Thanks for any helping...