Amazon.CodeDeploy.Model.DeploymentConfigAlreadyExistsException.DeploymentConfigAlreadyExistsException C# (CSharp) Method

DeploymentConfigAlreadyExistsException() public method

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

Same methods

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