Amazon.SimpleSystemsManagement.Model.InvalidParametersException.InvalidParametersException C# (CSharp) Метод

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

Construct instance of InvalidParametersException
public InvalidParametersException ( 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 InvalidParametersException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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