Amazon.DeviceFarm.Model.ArgumentException.ArgumentException C# (CSharp) Метод

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

Construct instance of ArgumentException
public ArgumentException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public ArgumentException(Exception innerException) 
            : base(innerException) {}
            

Same methods

ArgumentException::ArgumentException ( System info, System context ) : System
ArgumentException::ArgumentException ( string message ) : System
ArgumentException::ArgumentException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
ArgumentException::ArgumentException ( string message, Exception innerException ) : System
ArgumentException::ArgumentException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
ArgumentException