5 instantiations of 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));
8 references to MappingException
System.Data.Entity (8)
System\Data\Common\EntitySql\CqlQuery.cs (5)
55/// <exception cref="System.Data.MappingException">Thrown when mapping related service requests fail</exception> 93/// <exception cref="System.Data.MappingException">Thrown when mapping related service requests fail</exception> 203/// <exception cref="System.Data.MappingException">Thrown as inner exception of a EntityException when mapping related service requests fail.</exception> 239/// <exception cref="System.Data.MappingException">Thrown as inner exception of a EntityException when mapping related service requests fail.</exception> 299catch (System.Data.MappingException mappingException)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
51/// <exception cref="System.Data.MappingException">Thrown when mapping related service requests fail</exception> 84/// <exception cref="System.Data.MappingException">Thrown when mapping related service requests fail</exception>
System\Data\Common\EntityUtil.cs (1)
312static internal MappingException Mapping(string message)