PostNuke Help |
||
|---|---|---|
Previous |
Next |
|
reset exception status
void pnExceptionFree();
pnExceptionFree() makes a reset of current exception status.
This function does not return a value.
You must always call pnExceptionFree() when you handle a caught exception or equivalently you don't throw the exception back to the callers chain.
pnExceptionId(), pnExceptionMajor(), pnExceptionSet(), pnExceptionValue()
Previous |
Next |