7 references to ThrowMappingException
System.Data.Entity (7)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
666ExceptionHelpers.ThrowMappingException(m_errorLog, m_config);
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (3)
129ExceptionHelpers.ThrowMappingException(_errorLog, _config); 161ExceptionHelpers.ThrowMappingException(_errorLog, _config); 669ExceptionHelpers.ThrowMappingException(_errorLog, _config);
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
129ExceptionHelpers.ThrowMappingException(_errorLog, _viewgenContext.Config);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
401ExceptionHelpers.ThrowMappingException(errorLog, ViewgenContext.Config);
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (1)
71ExceptionHelpers.ThrowMappingException(matcher.m_errorLog, matcher.m_viewgenContext.Config);