17 references to ExceptNotSupp
Microsoft.ML.Core (5)
Utilities\TextReaderStream.cs (5)
43=> throw Contracts.ExceptNotSupp("Stream cannot determine length."); 52throw Contracts.ExceptNotSupp("Stream cannot seek."); 179=> throw Contracts.ExceptNotSupp("Stream cannot seek."); 182=> throw Contracts.ExceptNotSupp("Stream is not writable."); 185=> throw Contracts.ExceptNotSupp("Stream is not writable.");
Microsoft.ML.Data (10)
Data\SchemaDefinition.cs (3)
31throw Contracts.ExceptNotSupp("Using KeyType without the Count parameter is not supported"); 196throw Contracts.ExceptNotSupp("Expected a FieldInfo or a PropertyInfo"); 373throw Contracts.ExceptNotSupp("Expected a FieldInfo or a PropertyInfo");
DataLoadSave\Binary\Codecs.cs (1)
520throw Contracts.ExceptNotSupp("Writing single bit booleans no longer supported");
DataLoadSave\Database\DatabaseLoader.cs (1)
161throw Contracts.ExceptNotSupp("Expected a FieldInfo or a PropertyInfo");
DataLoadSave\Text\TextLoader.cs (1)
1624throw Contracts.ExceptNotSupp("Expected a FieldInfo or a PropertyInfo");
DataView\InternalSchemaDefinition.cs (1)
159throw Contracts.ExceptNotSupp("Expected a FieldInfo or a PropertyInfo");
DataView\TypedCursor.cs (1)
245throw Contracts.ExceptNotSupp("Expected a FieldInfo or a PropertyInfo");
Utils\ApiUtils.cs (2)
84throw Contracts.ExceptNotSupp("Expected a FieldInfo or a PropertyInfo"); 152throw Contracts.ExceptNotSupp("Expected a FieldInfo or a PropertyInfo");
Microsoft.ML.FastTree (2)
Training\ScoreTracker.cs (1)
135throw Contracts.ExceptNotSupp("This code should not be reachable");
TreeEnsemble\InternalRegressionTree.cs (1)
428throw Contracts.ExceptNotSupp("Affine regression trees unsupported");