Amazon.CodeDeploy.Model.DeploymentDoesNotExistException.DeploymentDoesNotExistException C# (CSharp) Метод

DeploymentDoesNotExistException() публичный Метод

Construct instance of DeploymentDoesNotExistException
public DeploymentDoesNotExistException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public DeploymentDoesNotExistException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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