March 2002
Intermediate to advanced
864 pages
31h 8m
English
OutOfMemoryException
This exception indicates that the .NET runtime has exhausted all available memory and usually means the CLR is in deep danger of dying altogether.
public class OutOfMemoryException : SystemException { // Public Constructors public method OutOfMemoryException(); public method OutOfMemoryException(string message); public method OutOfMemoryException(string message, Exception innerException); // Protected Constructors protected method OutOfMemoryException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException→OutOfMemoryException