Siebel Object Interfaces Reference > CORBA Quick Reference > SiebelException >

id


A Long representing the numeric value of the error that was raised.

Syntax

exObj.id

Argument
Description
Not applicable
 

Used With

CORBA Object Manager

Example

catch (const SiebelException& e)
   {
      CERR << "Unexpected Siebel exception: " << ENDL;
      CERR << "Error code : " << e.id << ENDL;
      CERR << "Error text : " << e.desc << ENDL;
   }


 Siebel Object Interfaces Reference 
 Published: 18 June 2003