UpdateException Class
Definition
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.
Exception during save changes to store
[System.Serializable]
public class UpdateException : System.Data.DataException
type UpdateException = class
inherit DataException
Public Class UpdateException
Inherits DataException
- Inheritance
-
UpdateException
- Derived
- Attributes
Constructors
UpdateException() |
Initializes a new instance of UpdateException. |
UpdateException(SerializationInfo, StreamingContext) |
Initializes a new instance of UpdateException with serialized data. |
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. |
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) |
Initializes a new instance of UpdateException with a specialized error message. |
Properties
StateEntries |
Gets the ObjectStateEntry objects for this UpdateException . |
Applies to
Entity Framework