5 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");