4 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)
923
throw Contracts.
ExceptDecode
("LEB128 encoded integer exceeded expected length");