Welcome to the myhosting.com Forums.
-
null
In Visual Basic, what does a NullReferenceException refer to?
-
A NullReferenceException occurs when you try to reference an object in your code that does not exist. For example, you may have tried to use an object without using the New keyword first, or tried to use an object whose value is set to null (Nothing in Visual Basic).
Troubleshooting Exceptions: System.NullReferenceException
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Version 4.1.7
Copyright ©2000 - 2013
All times are GMT -4. The time now is 03:27 AM.