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

DeploymentConfigLimitExceededException() public method

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

Same methods

DeploymentConfigLimitExceededException::DeploymentConfigLimitExceededException ( Exception innerException ) : System
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, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
DeploymentConfigLimitExceededException