The exception that is thrown when there is not enough memory to continue the execution of a program.
Namespace:
?
System
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
JavaScript |
---|
System.OutOfMemoryException = function();
Type.createClass(
'System.OutOfMemoryException',
SystemException); |
Inheritance Hierarchy
See Also