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