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