Intended Usage
The first minor method is used by a client or server application after catching a SystemException in a try/catch block, to determine the minor error code.
The second minor method is used to set the minor code of a SystemException before throwing it.
Syntax
CORBA::ULong minor() const; void minor (CORBA::ULong min_id);
Input parameters
Return values