Amazon.CloudFront.Model.InvalidArgumentException.InvalidArgumentException C# (CSharp) Метод

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

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

Same methods

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