Ilyas Zahir

Ilyas Zahir

  • NA
  • 85
  • 2.4k

nullreferenceexception was unhandled by user code

Nov 24 2017 8:26 AM
Any help on this will be greatly appreciated. Whenever I run my program, I get a NullReferenceException was unhandled by user code. here is the code selected while showing me this error
 
var FollowResult = await _instaApi.FollowUserAsync(long.Parse(res.Value.Pk)); 

Answers (10)