Main Page Compound List Compound Members ISoamCOMException Interface Reference
Class of exceptions generated by the system, accessible to client applications. More...
Public Methods
HRESULT What ([out] BSTR *Reason) Return the error message. HRESULT GetErrorCode ([out] LONG *Code) Returns the system error code for this exception. Detailed Description
Class of exceptions generated by the system, accessible to client applications.Some exceptions are generated by the system itself, while others are generated by the service and propagated back to the client application.
NOTE : It is always recommended that you throw either a FailureException or FatalException so that you can preserve the context of the exception for inspection by the client.
Member Function Documentation
HRESULT What ( [out] BSTR * Reason )
Return the error message.
- Returns:
- a string containing the error message.
HRESULT GetErrorCode ( [out] LONG * Code )
Returns the system error code for this exception.
Date Modified: 3 Nov 2008
Platform Support: support@platform.com
Platform Information Development: doc@platform.com
Platform Computing. Accelerating Intelligence(TM).
Copyright © 2001-2008 Platform Computing Corporation. All rights reserved.