UpdateException Class

Definition

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)

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.

Properties

StateEntries

Gets the ObjectStateEntry objects for this UpdateException .

Applies to