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