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

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

Constructs a new InvalidParametersException with the specified error message.
public InvalidParametersException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public InvalidParametersException(string message) 
            : base(message) {}
          

Same methods

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