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