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

InvalidParameterException() public method

Constructs a new InvalidParameterException with the specified error message.
public InvalidParameterException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public InvalidParameterException(string message) 
            : base(message) {}
          

Same methods

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