Bridge

OutOfMemoryException Class

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

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[NamespaceAttribute]
public class OutOfMemoryException : SystemException, 
	IBridgeClass
<ExternalAttribute> _
<NamespaceAttribute> _
Public Class OutOfMemoryException _
	Inherits SystemException _
	Implements IBridgeClass
[ExternalAttribute]
[NamespaceAttribute]
public ref class OutOfMemoryException : public SystemException, 
	IBridgeClass

Inheritance Hierarchy


System..::..Object
  System..::..Exception
    System..::..SystemException
      System..::..OutOfMemoryException