asp.net.ph

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 Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 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 asp.net.ph