9 references to EntityException
System.Data.Entity (9)
System\Data\Common\EntityUtil.cs (1)
503return new EntityException(message, inner);
System\Data\EntityCommandCompilationException.cs (1)
53: base(message, innerException) {
System\Data\EntityCommandExecutionException.cs (1)
53: base(message, innerException) {
System\Data\EntitySqlException.cs (2)
78: base(message, innerException) 131: base(message, innerException)
System\Data\InternalMappingException.cs (1)
50: base(message, innerException)
System\Data\MappingException.cs (1)
46: base(message, innerException) {
System\Data\MetadataException.cs (1)
48: base(message, innerException)
System\Data\ProviderIncompatibleException.cs (1)
44: base(message, innerException)