2 references to ParameterMustNotBeNullOrWhitespace
Microsoft.Data.Analysis (2)
DataFrame.cs (2)
743
throw new ArgumentException(Strings.
ParameterMustNotBeNullOrWhitespace
, nameof(variableName));
748
throw new ArgumentException(Strings.
ParameterMustNotBeNullOrWhitespace
, nameof(valueName));