throwNrfEofExceptions

If the throwNrfEofExceptions property is set to YES, a soft error (typically "no record found" or "end of file") causes an exception to be thrown, allowing you to handle the exception. If the property is set to NO (the default), no exception is thrown, but your code can respond:

For further details, see "Exception handling."


Feedback