ChangeConflictException Class

An exception that is thrown when a concurrency violation is encountered while saving to the database. A concurrency violation occurs when an unexpected number of rows are affected during save. This is usually because the data in the database has been modified since it was loaded into memory.

Inheritance Hierarchy

System.Object
  System.Exception
    DbExtensions.ChangeConflictException

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

[SerializableAttribute]
public class ChangeConflictException : Exception

The ChangeConflictException type exposes the following members.

Constructors

  Name Description
Public method ChangeConflictException Initializes a new instance of the ChangeConflictException class with a specified error message.

See Also

Reference

DbExtensions Namespace

© Max Toro Q.