aspxtreme

OutOfMemoryException Class

System Namespace


The exception that is thrown when there is not enough memory to continue the execution of a program.

OutOfMemoryException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public OutOfMemoryException ( )
public OutOfMemoryException ( String message )
public OutOfMemoryException ( String message , Exception innerException )

Remarks

The following Microsoft intermediate ( MSIL ) instructions throw OutOfMemoryException:

  • box
  • newarr
  • newobj

OutOfMemoryException uses the HRESULT COR_E_OUTOFMEMORY, which has the value 0x8007000E.

For a list of initial property values for an instance of OutOfMemoryException, see the OutOfMemoryException constructors.

See Also

Exception



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support aspxtreme