No, and no.
Basically a reference is kinda a bookmark for an object in your ram (let’s put aside the details about c pointer and reference in coding context). Accessing this bookmark takes you just to the object, if it does not exist anymore you get a NullReferenceException.