This exception is thrown if you attempt to perform an operation on a row that is not in the DataSet . For example, if you use a method such as DataRow.AcceptChanges( ) , DataRow.GetChildRows( ) , or DataRow.GetParentRow( ) on a deleted row, this exception results. Another related exception is DeletedRowInaccessibleException . public class RowNotInTableException : DataException { // Public Constructors public RowNotInTableException ( ); public RowNotInTableException ( string s ); // Protected Constructors protected RowNotInTableException (System.Runtime.Serialization.SerializationInfo info , System.Runtime.Serialization.StreamingContext context ); } Hierarchy System.Object |