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

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

Construct instance of DeploymentAlreadyCompletedException
public DeploymentAlreadyCompletedException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public DeploymentAlreadyCompletedException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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