
MemoryException
MemoryException Methods
| MemoryException() | Constructor for the MemoryException class |
| Size() | Size of memory request which caused failure |
Derived Classes
None
See Also
Class Hierarchy, Script, Thread
public method MemoryException(int Size)
Parameters
Size
Size of memory request
Return Value
None
Description
Constructor for the MemoryException class using the size of the memory request which caused the memory failure.
MemoryException Class
public method<int> Size()
Parameters
None
Return Value
Size of failed memory request
Description
This method returns the size of the memory request which caused the failure. This is the value which was passed into the constructor.
MemoryException Class