System.OutOfMemoryException.OutOfMemoryException C# (CSharp) Method

OutOfMemoryException() protected method

protected OutOfMemoryException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System
        protected OutOfMemoryException(SerializationInfo info, StreamingContext context) : base(info, context) {
        }
    }

Same methods

OutOfMemoryException::OutOfMemoryException ( ) : System
OutOfMemoryException::OutOfMemoryException ( String message ) : System
OutOfMemoryException::OutOfMemoryException ( String message, Exception innerException ) : System
OutOfMemoryException