Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kEndCatchEx (   STATUS)

Closes a kCatchEx block.

The exception state is set to the value of the STATUS argument. If the exception state is not kOK, the kFinallyEx block will return the exception code to the caller when kFinallyEndEx is reached.

Parameters
STATUSResult of the kCatchEx block.
See also
Error Handling