somSetException Parameter - exceptionName
exceptionName (string)
The qualified name
of the exception to set. The SOM Compiler defines, in the header files it
generates for an interface, a constant whose value is the qualified name
of each exception defined within the interface. This constant has the name
"ex_<exceptionName>", where <exceptionName> is the qualified
(scoped) exception name. Where unambiguous, the usage bindings also define
the short form "ex_<exceptionName>", where <exceptionName> is
unqualified.
[Back: somSetException Parameter - major]
[Next: somSetException Parameter - params]