4 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);