39 references to FetchValueStateError
Microsoft.ML.Data (39)
Data\DataViewUtils.cs (2)
1237Ch.Check(_icursor >= 0, RowCursorUtils.FetchValueStateError); 1263Ch.Check(_icursor >= 0, RowCursorUtils.FetchValueStateError);
Data\RowCursorUtils.cs (1)
601Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
DataLoadSave\Binary\BinaryLoader.cs (5)
1664Ectx.Check(_curr != null, RowCursorUtils.FetchValueStateError); 1953Contracts.Check(_curr != null, RowCursorUtils.FetchValueStateError); 2056ValueGetter<T> del = (ref T value) => throw Ch.Except(RowCursorUtils.FetchValueStateError); 2067Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 2086Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
DataLoadSave\Database\DatabaseLoaderCursor.cs (1)
110Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
DataLoadSave\Text\TextLoaderCursor.cs (1)
204Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
DataLoadSave\Transpose\TransposeLoader.cs (1)
849Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
DataView\AppendRowsDataView.cs (3)
255Ch.Check(Position >= 0, RowCursorUtils.FetchValueStateError); 342Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 354Ch.Check(Position >= 0, RowCursorUtils.FetchValueStateError);
DataView\ArrayDataViewBuilder.cs (3)
292Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 301Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 337Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
DataView\CacheDataView.cs (2)
495Ch.Check(Position >= 0, RowCursorUtils.FetchValueStateError); 545Ch.Check(Position >= 0, RowCursorUtils.FetchValueStateError);
DataView\DataViewConstructionUtils.cs (6)
182Host.Check(Position >= 0, RowCursorUtils.FetchValueStateError); 653Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 662Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 670Ch.Check(0 <= Position && Position < _data.Count, RowCursorUtils.FetchValueStateError); 726Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 794Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
DataView\EmptyDataView.cs (2)
62return (ref DataViewRowId val) => throw Ch.Except(RowCursorUtils.FetchValueStateError); 82return (ref TValue value) => throw Ch.Except(RowCursorUtils.FetchValueStateError);
DataView\Transposer.cs (5)
380Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 512Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 697Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 1516Ch.Check(_slotCursor.SlotIndex >= 0, RowCursorUtils.FetchValueStateError); 1571Ch.Check(_slotCursor.SlotIndex >= 0, RowCursorUtils.FetchValueStateError);
DataView\ZipDataView.cs (1)
146Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
Transforms\GenerateNumberTransform.cs (2)
455Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 474Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
Transforms\PerGroupTransformBase.cs (1)
318Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
Transforms\RangeFilter.cs (3)
362Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 395Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 431Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);