ConcurrectActionMissedException

Thrown when a UPDATE or DELETE does not affect the expected record because the concurrency WHERE predicate did not match.

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.DataAccessException

Constructors

ConcurrectActionMissedException

Initializes a new instance of ConcurrectActionMissedException.

Signature:
public Void ConcurrectActionMissedException(action)
Parameters
Name Type Summary
action String Failed action.

In this document