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

DeploymentGroupDoesNotExistException() public method

Construct instance of DeploymentGroupDoesNotExistException
public DeploymentGroupDoesNotExistException ( Exception innerException ) : System
innerException System.Exception
return System
        public DeploymentGroupDoesNotExistException(Exception innerException) 
            : base(innerException) {}
            

Same methods

DeploymentGroupDoesNotExistException::DeploymentGroupDoesNotExistException ( System info, System context ) : System
DeploymentGroupDoesNotExistException::DeploymentGroupDoesNotExistException ( string message ) : 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