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