Siebel Object Interfaces Reference > CORBA Quick Reference > SiebelException >

desc


A textual description of the error that was raised.

Syntax

exObj.desc

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