12 references to Except
Microsoft.ML.Data (5)
EntryPoints\InputBuilder.cs (1)
520throw ectx.Except(ex, $"Failed to parse JSON value '{value}' as {type}");
Model\ModelOperationsCatalog.cs (2)
188throw _env.Except(ex, "Could not load legacy format model"); 271throw _env.Except(ex, "Model does not contain an " + nameof(IDataLoader<IMultiStreamSource>) +
Transforms\RowShufflingTransformer.cs (1)
651throw Ch.Except(_producerTaskException, "Shuffle input cursor reader failed with an exception");
Transforms\ValueMapping.cs (1)
660throw env.Except(ex, $"Failed to parse the lookup file '{options.DataFile}' in ValueMappingTransformerer");
Microsoft.ML.EntryPoints (1)
JsonUtils\JsonManifestUtils.cs (1)
480throw ectx.Except(ex, "Couldn't find default constructor");
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
285throw Host.Except(e, $"Error initializing model :{e.ToString()}");
Microsoft.ML.Sweeper (4)
Algorithms\KdoSweeper.cs (1)
148throw _host.Except(new Exception(errorMessage), errorMessage);
Algorithms\SmacSweeper.cs (1)
258throw _host.Except(e, "SMAC sweeper localSearch threw exception");
ConfigRunner.cs (1)
144throw Host.Except(e, e.Message);
SweepCommand.cs (1)
106throw _host.Except(e, "Internal sweep training threw exception");
Microsoft.ML.TensorFlow (1)
TensorflowUtils.cs (1)
202throw ectx.Except(ex, $"TensorFlow exception triggered while loading model from '{modelFile}'");