reference Exception

11/28/2011 03:36 shadowman123#1
Well smtimes i face Errors of type Null Reference Exception what does it means ??
11/28/2011 05:10 12k#2
trying to use a variable that isnt set yet
11/28/2011 05:12 Spirited#3
:facepalm: Look it up on google. This is COMPLETE spam for this forum.
11/28/2011 05:52 shadowman123#4
Thx i Searched this on google and Understood it completely
11/28/2011 06:57 BaussHacker#5
if (somevariable != null)
{
//holy shit ain't getting the exception
}

Obviously if you tried learning C#, BEFORE working on a private server you would have learned it.
11/28/2011 07:14 shadowman123#6
Well i understand Some of C# Basics Like using if , Switch , do , while , Else , Calling classes i know its not enough but ill keep learning till i get what i want just Will take Time
11/28/2011 07:34 BaussHacker#7
Quote:
Originally Posted by shadowman123 View Post
Well i understand Some of C# Basics Like using if , Switch , do , while , Else , Calling classes i know its not enough but ill keep learning till i get what i want just Will take Time
Leave the private server community and start teaching yourself C# and then come back in a month or two. You will be amazed how much easier it will be for you.