handleHardIOErrors

The handleHardIOErrors property sets the default value for the VGVar.handleHardIOErrors system variable. If the property is set to YES, then the variable is set to 1. If the variable is set to 1, then the program continues to run after a hard error occurs on an I/O operation in a try block. If the property is set to NO and thus the variable is set to 0, an IO error in a try block causes the program to end immediately with an error message.

EGL ignores this property unless the v60ExceptionCompatibility property is set to YES.

The default value for the handleHardIOErrors property is YES. The NO value is typically used in migration; you do not need it in new code.


Feedback