This should not be taken too seriously, but I managed to get this exception while having some fun with reflection:
typeof(IntPtr).GetField("Zero").SetValue(null, new IntPtr(666));
This should not be taken too seriously, but I managed to get this exception while having some fun with reflection:
typeof(IntPtr).GetField("Zero").SetValue(null, new IntPtr(666));