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