5 references to MappingException
System.Data.Entity (5)
System\Data\Common\EntityUtil.cs (1)
314
return new
MappingException
(message);
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
103
throw new
MappingException
(Helper.CombineErrorMessage(viewGenErrors));
System\Data\Mapping\StorageMappingItemCollection.cs (1)
237
throw new
MappingException
(
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (2)
138
throw new
MappingException
(Helper.CombineErrorMessage(viewGenResults.Errors));
189
throw new
MappingException
(Helper.CombineErrorMessage(viewGenResults.Errors));