2 instantiations of InternalMappingException
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Utils\ExceptionHelpers.cs (2)
23InternalMappingException exception = new InternalMappingException(errorRecord.ToUserString(), errorRecord); 33InternalMappingException exception = new InternalMappingException(errorLog.ToUserString(), errorLog);
6 references to InternalMappingException
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\Utils\ExceptionHelpers.cs (2)
23InternalMappingException exception = new InternalMappingException(errorRecord.ToUserString(), errorRecord); 33InternalMappingException exception = new InternalMappingException(errorLog.ToUserString(), errorLog);
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (2)
266catch (InternalMappingException exception) 331catch (InternalMappingException exception)
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (2)
124catch (InternalMappingException exception) 191catch (InternalMappingException exception)