PostNuke Help |
||
|---|---|---|
Previous |
Next |
|
return current exception value
void pnExceptionValue();
pnExceptionValue() returns an object corresponding to this exception.
This function returns the object that was passed as parameter to pnExceptionSet(). If invoked when no exception or an exception for which there is no associated information was raised, a void value is returned.
pnExceptionFree(), pnExceptionId(), pnExceptionMajor(), pnExceptionSet()
Previous |
Next |