public void OutOfMemory()
		{
			var ex = new OutOfMemoryException();
			Assert.IsTrue(ex.IsCorruptedStateException());
		}