1 instantiation of MissingPrimaryKeyException
System.Data.Common (1)
System\Data\DataException.cs (1)
363
private static Exception _MissingPrimaryKey(string error) => TraceExceptionAsReturnValue(new
MissingPrimaryKeyException
(error));
2 references to MissingPrimaryKeyException
netstandard (1)
netstandard.cs (1)
558
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
MissingPrimaryKeyException
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
124
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
MissingPrimaryKeyException
))]