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