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. 808Contracts.Assert(!HasException); 819Contracts.Assert(HasException); 1095Ch.Assert(nextBatch.HasException || nextBatch.BatchId > Batch); 1096Ch.Assert(nextBatch.HasException || nextBatch.Count > 0); 1102Ch.Assert(!nextBatch.HasException);