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

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

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

Same methods

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