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