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

DeploymentConfigAlreadyExistsException() public method

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

Same methods

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