try( )

Begins an exception handler code block.

Interface

PODSExceptionMgr

IDL definition
void try(PODSTryBlock tryblk);
JavaScript synopsis

Not applicable

C synopsis
void PODStry(
  PODSExceptionMgr* exmgr,
  PODSTryBlock* tryblk
);
Parameters
  • exmgr   The PODSExceptionMgr object.

  • tryblk   [in] The PODSTryBlock object.

Returns

None