3 references to DataSet_DefaultVersionNotFoundException
System.Data.Common (3)
System\Data\DataException.cs (3)
284public VersionNotFoundException() : base(SR.DataSet_DefaultVersionNotFoundException) 289public VersionNotFoundException(string? s) : base(s ?? (SR.DataSet_DefaultVersionNotFoundException)) 294public VersionNotFoundException(string? message, Exception? innerException) : base(message ?? (SR.DataSet_DefaultVersionNotFoundException), innerException)