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

DeploymentIdRequiredException() public method

Constructs a new DeploymentIdRequiredException with the specified error message.
public DeploymentIdRequiredException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public DeploymentIdRequiredException(string message) 
            : base(message) {}
          

Same methods

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