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

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

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

Same methods

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