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