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

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

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

Same methods

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