System.Data.DeletedRowInaccessibleException
namespace System.Data
{
public class DeletedRowInaccessibleException : DataException
{
public DeletedRowInaccessibleException();
protected DeletedRowInaccessibleException(SerializationInfo info, StreamingContext context);
public DeletedRowInaccessibleException(string s);
public DeletedRowInaccessibleException(string message, Exception innerException);
}
}