August 2003
Intermediate to advanced
928 pages
32h 1m
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 OutOfMemoryException( ); public OutOfMemoryException(stringmessage); public OutOfMemoryException(stringmessage, ExceptioninnerException); // Protected Constructors protected OutOfMemoryException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
OutOfMemoryException