DBConcurrencyException Methods
.NET Framework 4.5
The DBConcurrencyException type exposes the following members.
| Name | Description | |
|---|---|---|
|
CopyToRows(DataRow[]) | Copies the DataRow objects whose update failure generated this exception, to the specified array of DataRow objects. |
|
CopyToRows(DataRow[], Int32) | Copies the DataRow objects whose update failure generated this exception, to the specified array of DataRow objects, starting at the specified destination array index. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetBaseException | When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Inherited from Exception.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetObjectData | Populates the aprcified serialization information object with the data needed to serialize the DBConcurrencyException. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
|
GetType |
Gets the runtime type of the current instance. (Inherited from Exception.) In XNA Framework 3.0, this member is inherited from Object.GetType(). |
|
ToString | Creates and returns a string representation of the current exception. (Inherited from Exception.) |