3 references to Except
Microsoft.ML.Core (1)
Utilities\ThreadUtils.cs (1)
240throw ectx.Except(_ex, "Exception thrown in {0}", _component);
Microsoft.ML.EntryPoints (1)
JsonUtils\ExecuteGraphCommand.cs (1)
58throw _host.Except(ex, "Failed to parse experiment graph: {0}", ex.Message);
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
165throw Host.Except(ex, "Error in the format of custom gains. Inner exception is {0}", ex.Message);