11 references to ExceptionHelpers
System.Data.Entity (11)
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\Domain.cs (1)
205ExceptionHelpers.ThrowMappingException(record, config);
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
124ExceptionHelpers.ThrowMappingException(record, 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);
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (2)
260ExceptionHelpers.ThrowMappingException(record, m_config); 279ExceptionHelpers.ThrowMappingException(record, m_config);