OutOfMemoryException Class
The exception that is thrown when there is not enough memory to continue the execution of a program.
Namespace:
SystemAssembly: 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..::..Exception
System..::..SystemException
System..::..OutOfMemoryException