Texture null error

Hello, i’m new to monogame and i keep getting this error when debugging code:

System.NullReferenceException: ‘Object reference not set to an instance of an object.’

_texture was null.

I don’t understand why i keep getting this error, because i have made a constructor for sprite including the texture. Please can anyone help me out?

Since you have another constructor also, did you make sure you called your second constructor?