Aiwins.Docs.Projects.ProjectShortNameAlreadyExistsException.ProjectShortNameAlreadyExistsException C# (CSharp) Method

ProjectShortNameAlreadyExistsException() public method

public ProjectShortNameAlreadyExistsException ( string shortName ) : Aiwins.Rocket
shortName string
return Aiwins.Rocket
        public ProjectShortNameAlreadyExistsException(string shortName)
            : base("Aiwins.Docs.Domain:010002")
        {
            WithData("ShortName", shortName);
        }
    }
ProjectShortNameAlreadyExistsException