2 writes to Exception
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderCursor.cs (2)
375Exception = null; 385Exception = ex;
6 references to Exception
Microsoft.ML.Data (6)
DataLoadSave\Text\TextLoaderCursor.cs (6)
223Contracts.Assert(batch.Exception == null); 339Ch.Assert(batch.Exception == null); 470if (batch.Exception == null) 473Contracts.AssertValue(batch.Exception); 474throw Contracts.ExceptDecode(batch.Exception, "Stream reading encountered exception"); 998Contracts.Assert(lines.Exception == null);