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