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

DeploymentConfigInUseException() public method

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

Same methods

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