Error() > Instance variables |
Indicates if a default recovery is available.
Data type: | L | Default: | .F. |
If :canDefault contains .T. (true), a default error recovery routine is available. This routine is requested at runtime by returning .F. (false) from the current error code block set with ErrorBlock(). The minimum error recovery is to ignore the error. When the error code block returns .T. (true), the error handling routine is called again.
Note: the value of :canDefault is never .T. (true) when :canSubstitute is .T. (true), i.e. if :canSubstitute contains .T. (true), :canDefault contains .F. (false).
http://www.xHarbour.com