[Enterprise Extensions only]

SystemException::minor

Overview Indicates the minor error code of a SystemException.
Original class CORBA::SystemException


Intended Usage

The first minor method is intended to be 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.

IDL Syntax

  CORBA::ULong minor() const;
  void minor (CORBA::ULong min_id);

Input parameters

min_id
The minor code to store in the SystemException.

Return values

CORBA::ULong
A value indicating the minor error code contained in the SystemException.