7 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)
781throw Contracts.ExceptDecode("LEB128 encoded integer exceeded expected length");
Microsoft.ML.Data (3)
DataLoadSave\Binary\Codecs.cs (1)
567throw Contracts.ExceptDecode("Invalid bit pattern in BoolCodec");
Transforms\ColumnBindingsBase.cs (1)
329Contracts.ExceptDecode("New column needs a name");
Utilities\TypeParsingUtils.cs (1)
128throw Contracts.ExceptDecode("The minimum logical value of a " + nameof(KeyDataViewType) + " is required to be zero.");