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

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

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

Same methods

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