5 instantiations of 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));
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>
299
catch (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)
312
static internal
MappingException
Mapping(string message)