A NullReferenceException occurs when you try to access a member (method, property, index) of an object that is currently null.
A NullReferenceException occurs when you try to access a member (method, property, index) of an object that is currently null.Continue reading on Medium » Read More Dotnet on Medium
#dotnet