1 instantiation of RowNotInTableException
System.Data.Common (1)
System\Data\DataException.cs (1)
367private static Exception _RowNotInTable(string error) => TraceExceptionAsReturnValue(new RowNotInTableException(error));
2 references to RowNotInTableException
netstandard (1)
netstandard.cs (1)
565[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.RowNotInTableException))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
182[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.RowNotInTableException))]