Is it somehow possible to see when a NullReference exception is caught which field was null?
I know you can read the stack trace line number, but at that line there could be multiple fields that can cause the NullReference exception.
I'm afraid this isn't possible, but if so, why is this technically not possible?