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

DeploymentConfigDoesNotExistException() public method

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

Same methods

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