4 references to ExceptDecode
Microsoft.ML.Core (4)
Data\ModelLoading.cs (2)
206throw Contracts.ExceptDecode("Couldn't load model"); 233throw Contracts.ExceptDecode("Couldn't load model");
Utilities\Contracts.cs (1)
712throw ExceptDecode(msg);
Utilities\Stream.cs (1)
923throw Contracts.ExceptDecode("LEB128 encoded integer exceeded expected length");