System.ArgumentOutOfRangeException.ArgumentOutOfRangeException C# (CSharp) Метод

ArgumentOutOfRangeException() публичный Метод

public ArgumentOutOfRangeException ( String message, Exception innerException ) : System
message String
innerException Exception
Результат System
        public ArgumentOutOfRangeException(String message, Exception innerException) 
            : base(message, innerException) {
            SetErrorCode(__HResults.COR_E_ARGUMENTOUTOFRANGE);
        }
        

Same methods

ArgumentOutOfRangeException::ArgumentOutOfRangeException ( ) : System
ArgumentOutOfRangeException::ArgumentOutOfRangeException ( SerializationInfo info, StreamingContext context ) : System
ArgumentOutOfRangeException::ArgumentOutOfRangeException ( String paramName ) : System
ArgumentOutOfRangeException::ArgumentOutOfRangeException ( String paramName, Object actualValue, String message ) : System
ArgumentOutOfRangeException::ArgumentOutOfRangeException ( String paramName, String message ) : System