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