asp.net.ph

DBConcurrencyException Class

System.Data Namespace


The exception that is thrown by the DataAdapter during an update operation if the number of rows affected equals zero.

DBConcurrencyException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public DBConcurrencyException ( )
public DBConcurrencyException ( String message )
public DBConcurrencyException ( String message , Exception inner )
public DBConcurrencyException ( String message , Exception inner , DataRow dataRows )

Collapse   Properties

Visibility Name Value Type Accessibility
public Row DataRow [ Get , Set ]
public RowCount Int32 [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public CopyToRows ( DataRow array , Int32 arrayIndex ) Void
public CopyToRows ( DataRow array ) Void
public GetObjectData ( SerializationInfo si , StreamingContext context ) Void

Remarks

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.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph