ConflictDetectedException Class

Thrown when a conflict is detected between two different updates.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.BusinessData.Infrastructure.BdcException
      Microsoft.BusinessData.Runtime.RuntimeException
        Microsoft.BusinessData.Runtime.ConflictDetectedException

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ConflictDetectedException _
    Inherits RuntimeException
'Usage
Dim instance As ConflictDetectedException
[SerializableAttribute]
public class ConflictDetectedException : RuntimeException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ConflictDetectedException Members

Microsoft.BusinessData.Runtime Namespace