3 references to CreateErrorForException
System.Data.Entity.Design (3)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
389
errors.Add(EntityClassGenerator.
CreateErrorForException
(ModelBuilderErrorCode.PreprocessTemplateTransformationError, e, sourceEdmSchemaFilePath));
System\Data\EntityModel\EntityClassGenerator.cs (2)
204
errors.Add(
CreateErrorForException
(ModelBuilderErrorCode.CodeGenSourceFilePathIsInvalid, e, sourceEdmSchemaFilePath));
236
errors.Add(
CreateErrorForException
(ModelBuilderErrorCode.CodeGenAdditionalEdmSchemaIsInvalid, e, additionalSchemaFilePath));