SomExceptionFree: Difference between revisions
Appearance
No edit summary |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:somExceptionFree}} | |||
This function frees the memory held by the exception structure within an Environment structure. | This function frees the memory held by the exception structure within an Environment structure. | ||
==Syntax== | ==Syntax== |
Revision as of 20:02, 12 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
- somExceptionId
- somExceptionValue
- somSetException
- somGetGlobalEnvironment
- somdExceptionFree (DSOM function)