System.OutOfMemoryException.OutOfMemoryException C# (CSharp) Method

OutOfMemoryException() public method

public OutOfMemoryException ( String message, Exception innerException ) : System
message String
innerException Exception
return System
        public OutOfMemoryException(String message, Exception innerException) 
            : base(message, innerException) {
    		SetErrorCode(__HResults.COR_E_OUTOFMEMORY);
        }

Same methods

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