System.Data.Entity.Core Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
EntityCommandCompilationException |
Represents a failure while trying to prepare or execute a CommandCompilation This exception is intended to provide a common exception that people can catch to hold provider exceptions (SqlException, OracleException) when using the EntityCommand to execute statements. |
EntityCommandExecutionException |
Represents a failure while trying to prepare or execute a CommandExecution This exception is intended to provide a common exception that people can catch to hold provider exceptions (SqlException, OracleException) when using the EntityCommand to execute statements. |
EntityException |
Provider exception - Used by the entity client. |
EntityKey |
An identifier for an entity. |
EntityKeyMember |
Information about a key that is part of an EntityKey. A key member contains the key name and value. |
EntitySqlException |
Represents an eSQL Query compilation exception; The class of exceptional conditions that may cause this exception to be raised are mainly:
|
InvalidCommandTreeException |
Thrown to indicate that a command tree is invalid. |
MappingException |
Mapping exception class. Note that this class has state - so if you change even its internals, it can be a breaking change |
MetadataException |
metadata exception class |
ObjectNotFoundException |
This exception is thrown when a requested object is not found in the store. |
OptimisticConcurrencyException |
This exception is thrown when a update operation violates the concurrency constraint. |
PropertyConstraintException |
Property constraint exception class. Note that this class has state - so if you change even its internals, it can be a breaking change |
ProviderIncompatibleException |
This exception is thrown when the store provider exhibits a behavior incompatible with the entity client provider |
UpdateException |
Exception during save changes to store |
Interfaces
IExtendedDataRecord |
DataRecord interface supporting structured types and rich metadata information. |
Entity Framework