Name

RowNotInTableException

Synopsis

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 System.Exception(System.Runtime.Serialization.ISerializable) System.SystemException DataException RowNotInTableException

Get ADO.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.