System.InsufficientMemoryException.InsufficientMemoryException C# (CSharp) 메소드

InsufficientMemoryException() 공개 메소드

public InsufficientMemoryException ( String message, Exception innerException ) : System
message String
innerException Exception
리턴 System
        public InsufficientMemoryException(String message, Exception innerException) 
            : base(message, innerException) {
    		SetErrorCode(__HResults.COR_E_INSUFFICIENTMEMORY);
        }

Same methods

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