Amazon.CodeDeploy.Model.InvalidTriggerConfigException.InvalidTriggerConfigException C# (CSharp) Метод

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

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

Same methods

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