Tagged Questions
14
votes
6answers
21k views
Why doesn't “object reference not set to an instance of an object” tell us which object?
We're launching a system, and we sometimes get the famous exception NullReferenceException with the message Object reference not set to an instance of an object.
However, in a method where we have ...