3 references to DataSet_DefaultDeletedRowInaccessibleException
System.Data.Common (3)
System\Data\DataException.cs (3)
73public DeletedRowInaccessibleException() : base(SR.DataSet_DefaultDeletedRowInaccessibleException) 81public DeletedRowInaccessibleException(string? s) : base(s ?? SR.DataSet_DefaultDeletedRowInaccessibleException) 86public DeletedRowInaccessibleException(string? message, Exception? innerException) : base(message ?? SR.DataSet_DefaultDeletedRowInaccessibleException, innerException)