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