throw( )

Throws a PODSException object.

Interface

PODSExceptionMgr

IDL definition
void throw(PODSException except);
JavaScript synopsis

Not applicable

C synopsis
void PODSthrow(
  PODSExceptionMgr* exmgr,
  PODSException* except
);
Parameters
  • exmgr   The PODSExceptionMgr object.

  • except   [in] The PODSException object to throw.

Returns

None