12 references to ExceptUserArg
Microsoft.ML.Core (4)
Utilities\Contracts.cs (1)
516throw ExceptUserArg(name, msg);
Utilities\Stream.cs (3)
855throw Contracts.ExceptUserArg(userArgument, exc.Message); 859throw Contracts.ExceptUserArg(userArgument, exc.Message); 863throw Contracts.ExceptUserArg(userArgument, exc.Message);
Microsoft.ML.Data (4)
DataLoadSave\Text\TextSaver.cs (1)
299throw Contracts.ExceptUserArg(nameof(Arguments.Separator), "Invalid separator - must be: space, tab, comma, semicolon, or bar");
Evaluators\EvaluatorBase.cs (1)
372throw Contracts.ExceptUserArg(nameof(MamlEvaluatorBase.ArgumentsBase.StratColumns),
Transforms\ColumnBindingsBase.cs (1)
327Contracts.ExceptUserArg(standardColumnArgName, "New column needs a name") :
Transforms\TypeConverting.cs (1)
590throw Contracts.ExceptUserArg(nameof(type), $"Unsupported type {type}.");
Microsoft.ML.Transforms (4)
Text\NgramHashingTransformer.cs (2)
964throw Contracts.ExceptUserArg(nameof(skipLength), string.Format( 968throw Contracts.ExceptUserArg(nameof(skipLength),
Text\NgramTransform.cs (2)
1041throw Contracts.ExceptUserArg(nameof(skipLength), string.Format( 1044throw Contracts.ExceptUserArg(nameof(skipLength),