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

DeploymentIdRequiredException() public method

Construct instance of DeploymentIdRequiredException
public DeploymentIdRequiredException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public DeploymentIdRequiredException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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