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