PostNuke Help

Previous
pnExceptionFree

Home
up

Next
pnExceptionMajor


pnExceptionId

return current exception identifier

Synopsis

string pnExceptionId();

Description

pnExceptionId() returns the string identifying the exception. The character string contains the ID for the exception (its PHP class name).

Return Values

This function returns the current exception identifier. If invoked when no exception was raised a void value is returned.

See Also

pnExceptionFree(), pnExceptionMajor(), pnExceptionSet(), pnExceptionValue()


Previous
pnExceptionFree

Home
up

Next
pnExceptionMajor