PostNuke Help

Previous
pnExceptionMajor

Home
up

Next
pnExceptionValue


pnExceptionSet

raise an exception

Synopsis

void pnExceptionSet();

Description

pnExceptionSet() allows a function to raise an exception. The caller must supply a value for the major parameter. The major parameter can have one of the values PN_NO_EXCEPTION, PN_USER_EXCEPTION, or PN_SYSTEM_EXCEPTION. The value of the major parameter constrains the other parameters in the call as follows:

Return Values

This function does not return a value.

See Also

pnExceptionFree(), pnExceptionId(), pnExceptionMajor(), pnExceptionValue()


Previous
pnExceptionMajor

Home
up

Next
pnExceptionValue