9 references to Except
Microsoft.ML.Core (5)
ComponentModel\ComponentCatalog.cs (2)
252throw Contracts.Except(ex, "Error during class instantiation"); 1068throw Contracts.Except(e, "Unexpected exception thrown while parsing: " + e.Message);
Utilities\OrderedWaiter.cs (3)
79throw Contracts.Except(_ex, "Event we were waiting on was subject to an exception"); 87throw Contracts.Except(_ex, "Event we were waiting on was subject to an exception"); 95throw Contracts.Except(_ex, "Event we were waiting on was subject to an exception");
Microsoft.ML.Data (1)
Data\DataViewUtils.cs (1)
832throw Contracts.Except(_ex, "Splitter/consolidator worker encountered exception while consuming source data");
Microsoft.ML.Parquet (2)
PartitionedPathUtils.cs (2)
46throw Contracts.Except(e, "Paths could not be made relative."); 50throw Contracts.Except(e, "Paths could not be made relative.");
Microsoft.ML.TestFramework (1)
BaseTestBaseline.cs (1)
982throw Contracts.Except(inner, "MTA thread failed");