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

DeploymentConfigLimitExceededException() public method

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

Same methods

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