1 instantiation of InRowChangingEventException
System.Data.Common (1)
System\Data\DataException.cs (1)
362
private static Exception _InRowChangingEvent(string error) => TraceExceptionAsReturnValue(new
InRowChangingEventException
(error));
2 references to InRowChangingEventException
netstandard (1)
netstandard.cs (1)
545
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
InRowChangingEventException
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
111
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
InRowChangingEventException
))]