Jump to content

somExceptionId

From EDM2
Revision as of 18:31, 12 October 2022 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Syntax

Environment     *env;
string          rc;

rc = somExceptionId(env);

Parameters

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

Return Code

rc (string)
Returns the name of the exception contained in the specified Environment structure, as a string.

Remarks

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

Example Code

See function somSetException.

Related

Data Structures
  • string (somcorba.h)
  • Environment (somcorba.h)
Functions