10 references to EntityException
System.Data.Entity (10)
System\Data\Common\EntityUtil.cs (1)
494
return new
EntityException
(error);
System\Data\EntityCommandCompilationException.cs (1)
43
:
base
(message) {
System\Data\EntityCommandExecutionException.cs (1)
43
:
base
(message) {
System\Data\EntitySqlException.cs (1)
69
:
base
(message)
System\Data\InternalMappingException.cs (3)
39
:
base
(message)
65
internal InternalMappingException(string message, ErrorLog errorLog) :
base
(message) {
72
:
base
(message) {
System\Data\MappingException.cs (1)
36
:
base
(message)
System\Data\MetadataException.cs (1)
37
:
base
(message)
System\Data\ProviderIncompatibleException.cs (1)
35
:
base
(message)