CRRUI2005E A null reference was used.

Explanation

There was an attempt to access a field or function of a null reference.

User Response

Correct the code to not use a null reference.


Feedback