7 references to ExceptDecode
Microsoft.ML.Core (4)
Data\ModelLoading.cs (2)
206
throw Contracts.
ExceptDecode
("Couldn't load model");
233
throw Contracts.
ExceptDecode
("Couldn't load model");
Utilities\Contracts.cs (1)
712
throw
ExceptDecode
(msg);
Utilities\Stream.cs (1)
781
throw Contracts.
ExceptDecode
("LEB128 encoded integer exceeded expected length");
Microsoft.ML.Data (3)
DataLoadSave\Binary\Codecs.cs (1)
567
throw Contracts.
ExceptDecode
("Invalid bit pattern in BoolCodec");
Transforms\ColumnBindingsBase.cs (1)
329
Contracts.
ExceptDecode
("New column needs a name");
Utilities\TypeParsingUtils.cs (1)
128
throw Contracts.
ExceptDecode
("The minimum logical value of a " + nameof(KeyDataViewType) + " is required to be zero.");