8 references to Except
Microsoft.ML.Core (8)
ComponentModel\ComponentCatalog.cs (3)
1013
throw env.
Except
("Loadable class '{0}' does not derive from '{1}'", name, typeof(TRes).FullName);
1019
throw env.
Except
(
1027
throw env.
Except
("Loadable class '{0}' doesn't support settings", name);
Data\Repository.cs (1)
491
throw ExceptionContext.
Except
("Repository doesn't contain entry {0}", pathEnt);
EntryPoints\EntryPointUtils.cs (4)
70
throw ectx.
Except
("Field '{0}' is Optional<> and set to null instead of an explicit value.", fieldInfo.Name);
81
throw ectx.
Except
("Field '{0}' is required but is not set.", fieldInfo.Name);
87
throw ectx.
Except
("Field '{0}' is set to a value that falls outside the range bounds.", fieldInfo.Name);
117
throw ectx.
Except
("Column '{0}' not found", value);