Zen API
|
#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.
STATUS | Result of the kCatchEx block. |