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

DeploymentGroupDoesNotExistException() public method

Construct instance of DeploymentGroupDoesNotExistException
public DeploymentGroupDoesNotExistException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public DeploymentGroupDoesNotExistException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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