![]() |
Mission Error
What is
system.null reference exception: object reference not set to an instance of an object. and how do I fix it? |
this message appears if you try to access a object that not exist.
To avoid it you can check for null value. If( ... != null) // check for null value. Only executed if the object exist { // code // ... } |
All times are GMT. The time now is 11:08 AM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.