PostNuke Help |
||
|---|---|---|
Previous |
Next |
|
return current exception major number
int pnExceptionMajor();
pnExceptionMajor() allows the caller to establish whether an exception was raised, and to get the type of raised exception. The major PN_NO_EXCEPTION identifies the state in which no exception was raised.
This function returns one of these values: PN_NO_EXCEPTION, PN_USER_EXCEPTION or PN_SYSTEM_EXCEPTION.
pnExceptionFree(), pnExceptionId(), pnExceptionSet(), pnExceptionValue()
Previous |
Next |