Jump to content

SomExceptionFree: Difference between revisions

From EDM2
Line 20: Line 20:
* Environment (somcorba.h)  
* Environment (somcorba.h)  
===Functions===
===Functions===
* [[somExceptionld]]
* [[somExceptionId]]
* [[somExceptionValue]]  
* [[somExceptionValue]]  
* [[somSetException]]
* [[somSetException]]

Revision as of 23:32, 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