UpdateException Constructor
.NET Framework (current version)
Initializes a new instance of UpdateException.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | UpdateException() | Initializes a new instance of UpdateException. |
![]() | UpdateException(SerializationInfo^, StreamingContext) | Initializes a new instance of UpdateException with serialized data. |
![]() | UpdateException(String^) | Initializes a new instance of UpdateException with a specialized error message. |
![]() | UpdateException(String^, Exception^) | Initializes a new instance of the UpdateException class that uses a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() | UpdateException(String^, Exception^, IEnumerable<ObjectStateEntry^>^) | Initializes a new instance of the UpdateException class that uses a specified error message, a reference to the inner exception, and an enumerable collection of ObjectStateEntry objects. |
Show:

