System.Data Namespace
The exception that is thrown by the DataAdapter during an update operation if the number of rows affected equals zero.
The DataAdapter examines the number of rows affected by the execution of each insert, update, or delete operation, and throws this exception if the number equals zero. This is usually the result of a concurrency violation.