IBEBlock exception-handling functions

Exception-handling functions are used with the TRY...EXCEPT statement or the RAISE statement.

If an exception is raised during execution of the initial statements list, the control passes to the first statement in the exceptionBlock. Here you can handle any exceptions which may occur using the following functions:

FunctionDescription
ibec_err_MessageReturns an exception message.
ibec_err_SQLCodeReturns the SQLCode of an exception if there was an SQL error.
ibec_err_NameReturns an exception name.

See also:
EXCEPTION
TRY ... FINALLY
TRY ... EXCEPT

back to top of page
<< ibec_pop3_SetProperty | IBEBlock | ibec_err_Message >>