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