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

DeploymentGroupDoesNotExistException() public method

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

Same methods

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