System.Data.RowNotInTableException Class

Represents the exception that is thrown when you try to perform an operation on a System.Data.DataRow that is not in a System.Data.DataTable.

See Also: RowNotInTableException Members

Syntax

public class RowNotInTableException : DataException

Remarks

The System.Data.RowNotInTableException is thrown when invoking the following methods on a row that has been deleted with either the DataRow.Delete or the DataRowCollection.Remove(DataRow) method.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0