CommitFailedException Class
The exception that is thrown when an error occurs committing a DbTransaction.
Assembly: EntityFramework (in EntityFramework.dll)
System.Exception
System.SystemException
System.Data.DataException
System.Data.Entity.Infrastructure.CommitFailedException
Name | Description | |
---|---|---|
![]() | CommitFailedException() | Initializes a new instance of CommitFailedException with default values. |
![]() | CommitFailedException(SerializationInfo, StreamingContext) | Initializes a new instance of the CommitFailedException class with serialized data. |
![]() | CommitFailedException(String) | Initializes a new instance of CommitFailedException with error message. |
![]() | CommitFailedException(String, Exception) | Initializes a new instance of CommitFailedException with error message and inner exception. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
Name | Description | |
---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.