Oracle Database Mobile Server .Net Sync API  11.3.0.0.0
Mobile Sync Client .NET API specification
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
Oracle.OpenSync.SyncAgent.BGException Class Reference
Inheritance diagram for Oracle.OpenSync.SyncAgent.BGException:
Oracle.OpenSync.OSE.OSEException

Public Member Functions

 BGException (int errCode, string msg)
 
 BGException (int errCode)
 
- Public Member Functions inherited from Oracle.OpenSync.OSE.OSEException
 OSEException (int errCode, string msg)
 
 OSEException (int errCode)
 

Additional Inherited Members

- Properties inherited from Oracle.OpenSync.OSE.OSEException
int ErrorCode [get]
 
string Kind [get]
 

Detailed Description

Exception thrown from sync agent control APIs Please use InnerException property to get underlying cause of the OSEException.

See Also
System.Exception