1 instantiation of RowNotInTableException
System.Data (1)
fx\src\data\System\Data\DataException.cs (1)
380
RowNotInTableException e = new
RowNotInTableException
(error);
2 references to RowNotInTableException
System.Data (2)
fx\src\data\System\Data\DataException.cs (2)
379
static private
RowNotInTableException
_RowNotInTable(string error) {
380
RowNotInTableException
e = new RowNotInTableException(error);