.NET Framework Class Library  

RowNotInTableException Class

Represents the exception that is thrown when trying to perform an operation on a DataRow that is not in a DataTable.

For a list of all members of this type, see RowNotInTableException Members.

System.Object
   System.Exception
      System.SystemException
         System.Data.DataException
            System.Data.RowNotInTableException

[Visual Basic]
<Serializable>
Public Class RowNotInTableException
   Inherits DataException
[C#]
[Serializable]
public class RowNotInTableException : DataException
[C++]
[Serializable]
public __gc class RowNotInTableException : public DataException
[JScript]
public
   Serializable
class RowNotInTableException extends DataException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Remarks

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

Requirements

Namespace: System.Data

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework - Windows CE .NET

Assembly: System.Data (in System.Data.dll)

See Also

RowNotInTableException Members | System.Data Namespace