3 references to _VersionNotFound
System.Data.Common (3)
System\Data\DataException.cs (3)
595public static Exception NoCurrentData() => _VersionNotFound(SR.DataRow_NoCurrentData); 596public static Exception NoOriginalData() => _VersionNotFound(SR.DataRow_NoOriginalData); 597public static Exception NoProposedData() => _VersionNotFound(SR.DataRow_NoProposedData);