4 references to ValueCannotBeEmpty
Microsoft.Deployment.DotNet.Releases (4)
ProductCollection.cs (1)
63throw new ArgumentException(ReleasesResources.ValueCannotBeEmpty, nameof(releasesIndexUri));
ReleaseFile.cs (1)
113throw new ArgumentException(ReleasesResources.ValueCannotBeEmpty, nameof(destinationPath));
Utils.cs (2)
90throw new ArgumentException(ReleasesResources.ValueCannotBeEmpty, nameof(fileName)); 132throw new ArgumentException(ReleasesResources.ValueCannotBeEmpty, nameof(path));