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..." |
(No difference)
|
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
Related
Data Structures
- Environment (somcorba.h)
Functions
- somExceptionld
- somExceptionValue
- somSetException
- somGetGlobalEnvironment
- somdExceptionFree (DSOM function)