Jump to content

somExceptionValue

From EDM2
Revision as of 04:26, 6 May 2020 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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