Amazon.CodeBuild.Model.InvalidInputException.InvalidInputException C# (CSharp) Метод

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

Construct instance of InvalidInputException
public InvalidInputException ( 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
Результат System
        public InvalidInputException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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