8 references to ExceptDecode
Microsoft.ML.Core (2)
Data\ModelHeader.cs (2)
354
throw Contracts.
ExceptDecode
("Cause: ML.NET {0} cannont read component '{1}' of the model, because the model is too new.\n" +
362
throw Contracts.
ExceptDecode
("Cause: ML.NET {0} cannot read component '{1}' of the model, because the model is too old.\n" +
Microsoft.ML.Data (4)
DataLoadSave\Database\DatabaseLoader.cs (1)
437
Contracts.
ExceptDecode
("Intervals specified for column '{0}' overlap", name);
DataLoadSave\Text\TextLoader.cs (1)
654
Contracts.
ExceptDecode
("Intervals specified for column '{0}' overlap", name);
Transforms\ColumnBindingsBase.cs (1)
337
Contracts.
ExceptDecode
("New column '{0}' specified multiple times", name);
Transforms\PerGroupTransformBase.cs (1)
57
Contracts.
ExceptDecode
("Group column '{0}' does not exist", groupCol);
Microsoft.ML.Recommender (2)
RecommenderUtils.cs (2)
58
throw Contracts.
ExceptDecode
(format2, role.Value, kindCount);
70
throw Contracts.
ExceptDecode
(format, col.Name, role.Value, col.Type);