3 references to DataSet_DefaultRowNotInTableException
System.Data.Common (3)
System\Data\DataException.cs (3)
258public RowNotInTableException() : base(SR.DataSet_DefaultRowNotInTableException) 263public RowNotInTableException(string? s) : base(s ?? SR.DataSet_DefaultRowNotInTableException) 268public RowNotInTableException(string? message, Exception? innerException) : base(message ?? SR.DataSet_DefaultRowNotInTableException, innerException)