6 references to HasException
Microsoft.ML.Data (6)
Data\DataViewUtils.cs (6)
778
/// <see cref="
HasException
"/> lets us know if this is one of these "special" batches.
808
Contracts.Assert(!
HasException
);
819
Contracts.Assert(
HasException
);
1095
Ch.Assert(nextBatch.
HasException
|| nextBatch.BatchId > Batch);
1096
Ch.Assert(nextBatch.
HasException
|| nextBatch.Count > 0);
1102
Ch.Assert(!nextBatch.
HasException
);