Jump to content

SomExceptionValue: Difference between revisions

From EDM2
Created page with "This function gets the value of the exception contained in an Environment structure. ==Syntax== <PRE> Environment *env; somToken rc; rc = somExceptionValue(env);..."
 
Line 18: Line 18:


==Example Code==
==Example Code==
<PRE>
See function [[somSetException]].
See function [[somSetException]].
</PRE>


==Related==
==Related==

Revision as of 17:12, 10 October 2017

This function gets the value of the exception contained in an Environment structure.

Syntax

Environment     *env;
somToken         rc;

rc = somExceptionValue(env);

Parameters

env (Environment *)
A pointer to an Environment structure containing an exception.

Return Code

rc (somToken)
Returns a pointer to the value of the exception contained in the specified Environment structure.

Remarks

This function returns the value of the exception contained in the specified Environment structure.

Example Code

See function somSetException.

Related

Data Structures

  • somToken (sombtype.h)
  • Environment (somcorba.h)

Functions

  • somExceptionId
  • somExceptionFree
  • somSetException
  • somGetGlobalEnvironment
  • somSetGlobalEnvironment