3 references to ExceptNotSupp
Microsoft.ML.Data (1)
Utils\ApiUtils.cs (1)
60
throw Contracts.
ExceptNotSupp
("Type '{0}' is not supported.", t.FullName);
Microsoft.ML.FastTree (1)
Training\DcgPermutationComparer.cs (1)
38
throw Contracts.
ExceptNotSupp
("DCGComparer of type '{0}' not supported", name);
Microsoft.ML.OnnxTransformer (1)
OnnxUtils.cs (1)
582
throw Contracts.
ExceptNotSupp
("Onnx type not supported", type);