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