1 instantiation of InRowChangingEventException
System.Data (1)
fx\src\data\System\Data\DataException.cs (1)
360
InRowChangingEventException e = new
InRowChangingEventException
(error);
2 references to InRowChangingEventException
System.Data (2)
fx\src\data\System\Data\DataException.cs (2)
359
static private
InRowChangingEventException
_InRowChangingEvent(string error) {
360
InRowChangingEventException
e = new InRowChangingEventException(error);