Cisco Cisco Computer Telephony Integration Option 8.5 开发者指南

下载
页码 668
 
Chapter 12      Helper Classes
CCtiOsException Class (C++, Java, and .NET only)
12-38
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1) 
GetStatus 
The GetStatus method returns the error status that generated the exception.
Syntax
C++, Java, and .NET: 
int GetStatus ();
Parameters
None.
Return Values
Returns an integer error status that generated the exception.
GetString
The GetString method returns a text string containing the description of the 
exception.
Syntax
C++:
 
const char* GetString();
Java, .NET:   
String GetString();
Parameters
None.
Return Values
Returns a text string containing the description of the exception.