4 references to ExceptUserArg
Microsoft.ML.Core (4)
Utilities\Contracts.cs (1)
516throw ExceptUserArg(name, msg);
Utilities\Stream.cs (3)
997throw Contracts.ExceptUserArg(userArgument, exc.Message); 1001throw Contracts.ExceptUserArg(userArgument, exc.Message); 1005throw Contracts.ExceptUserArg(userArgument, exc.Message);