System.OutOfMemoryException.OutOfMemoryException C# (CSharp) Method

OutOfMemoryException() public method

public OutOfMemoryException ( ) : System
return System
        public OutOfMemoryException() 
            : base(GetMessageFromNativeResources(ExceptionMessageKind.OutOfMemory)) {
    		SetErrorCode(__HResults.COR_E_OUTOFMEMORY);
        }
    

Same methods

OutOfMemoryException::OutOfMemoryException ( SerializationInfo info, StreamingContext context ) : System
OutOfMemoryException::OutOfMemoryException ( String message ) : System
OutOfMemoryException::OutOfMemoryException ( String message, Exception innerException ) : System
OutOfMemoryException