Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public class Program
  2. {
  3. private Example example;
  4.  
  5. static void Main(string[] args)
  6. {
  7. example.DoStuff(); // will throw a null reference exception
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement