Amazon.ECR.Model.InvalidParameterException.InvalidParameterException C# (CSharp) Method

InvalidParameterException() public method

Construct instance of InvalidParameterException
public InvalidParameterException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public InvalidParameterException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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