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