6 references to ExceptNotSupp
Microsoft.ML.Data (5)
DataLoadSave\Binary\BinaryLoader.cs (2)
244throw _ectx.ExceptNotSupp("This version of the software does not support {0} blocks", numBlocks); 1120throw ch.ExceptNotSupp("Different rows per block per column not supported yet, encountered {0} and {1}",
DataView\DataViewConstructionUtils.cs (1)
300throw Host.ExceptNotSupp("Type '{0}' is not yet supported.", outputType.FullName);
Transforms\ValueMapping.cs (2)
121throw Host.ExceptNotSupp("Column '{0}' cannot be mapped to values when the column and the map values are both vector type.", inputColumnName); 1284throw _parent.Host.ExceptNotSupp("Column '{0}' cannot be mapped to values when the column and the map values are both vector type.", _columns[i].inputColumnName);
Microsoft.ML.EntryPoints (1)
JsonUtils\JsonManifestUtils.cs (1)
441throw ectx.ExceptNotSupp("Encountered a default value for unsupported type {0}", dataType);