SomExceptionFree: Difference between revisions
Appearance
Created page with "This function frees the memory held by the exception structure within an Environment structure. ==Syntax== <PRE> Environment *env; somExceptionFree(env); </PRE> ==Parame..." |
|||
Line 14: | Line 14: | ||
==Example Code== | ==Example Code== | ||
See function [[somSetException]]. | |||
==Related== | ==Related== |
Revision as of 16:58, 10 October 2017
This function frees the memory held by the exception structure within an Environment structure.
Syntax
Environment *env; somExceptionFree(env);
Parameters
- env (Environment *)
- A pointer to the Environment whose exception information is to be freed.
Return Code
Remarks
This function frees the memory held by the exception structure within an Environment structure.
Example Code
See function somSetException.
Related
Data Structures
- Environment (somcorba.h)
Functions
- somExceptionld
- somExceptionValue
- somSetException
- somGetGlobalEnvironment
- somdExceptionFree (DSOM function)